Treehopper C++ API
|
#include <Pwm.h>
Public Member Functions | |
virtual | ~Pwm () |
virtual double | dutyCycle () |
Gets the duty cycle. More... | |
virtual void | dutyCycle (double value) |
Sets the duty cycle. More... | |
virtual bool | enabled ()=0 |
virtual void | enabled (bool value)=0 |
virtual double | pulseWidth () |
Gets the pulse width. More... | |
virtual void | pulseWidth (double value) |
Sets the pulse width. More... | |
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
pure virtual |
Implemented in HardwarePwm.
|
pure virtual |
Implemented in HardwarePwm.
|
inlinevirtual |
|
inlinevirtual |