ForestHub SDK 0.1.0
C++14 LLM SDK for PC and embedded platforms
Loading...
Searching...
No Matches
foresthub::platform::GpioInterface Member List

This is the complete list of members for foresthub::platform::GpioInterface, including all inherited members.

AnalogRead(PinId pin) const =0foresthub::platform::GpioInterfacepure virtual
ConfigurePwm(PinId pin, const PwmConfig &config)=0foresthub::platform::GpioInterfacepure virtual
DigitalRead(PinId pin) const =0foresthub::platform::GpioInterfacepure virtual
DigitalWrite(PinId pin, int value)=0foresthub::platform::GpioInterfacepure virtual
PwmWrite(PinId pin, int duty)=0foresthub::platform::GpioInterfacepure virtual
SetPinMode(PinId pin, PinMode mode)=0foresthub::platform::GpioInterfacepure virtual