Sming Framework API
Sming - Open Source framework for high efficiency WiFi SoC ESP8266 native development with C++ language.
|
Provides pulse width modulation output functions. More...
Classes | |
class | DriverPWM |
Pulse width modulator driver class. More... | |
class | ChannelPWM |
Pulse width modulator channel class. More... | |
Macros | |
#define | PWM_DEPTH 255 |
Maximum PWM depth. More... | |
Variables | |
DriverPWM | EspPWM |
Global instance of PWM driver object. More... | |
Provides pulse width modulation output functions.
#define PWM_DEPTH 255 |
Maximum PWM depth.
DriverPWM EspPWM |