|
ForestHub SDK 0.1.0
C++14 LLM SDK for PC and embedded platforms
|
This is the complete list of members for foresthub::platform::GpioInterface, including all inherited members.
| AnalogRead(PinId pin) const =0 | foresthub::platform::GpioInterface | pure virtual |
| ConfigurePwm(PinId pin, const PwmConfig &config)=0 | foresthub::platform::GpioInterface | pure virtual |
| DigitalRead(PinId pin) const =0 | foresthub::platform::GpioInterface | pure virtual |
| DigitalWrite(PinId pin, int value)=0 | foresthub::platform::GpioInterface | pure virtual |
| PwmWrite(PinId pin, int duty)=0 | foresthub::platform::GpioInterface | pure virtual |
| SetPinMode(PinId pin, PinMode mode)=0 | foresthub::platform::GpioInterface | pure virtual |