Sming Framework API
Sming - Open Source framework for high efficiency WiFi SoC ESP8266 native development with C++ language.
|
Provides Library to control rc servos with pwm signals. More...
Classes | |
class | Servo |
class | ServoChannel |
Macros | |
#define | SERVO_CHANNEL_NUM_MAX 4 |
maximum number of servo channels More... | |
#define | DEFAULTMAXVALUE 2300 |
default max value for output in us More... | |
#define | DEFAULTMINVALUE 700 |
default min value for output in us More... | |
Variables | |
Servo | servo |
global instance of the servo object More... | |
Provides Library to control rc servos with pwm signals.
#define DEFAULTMAXVALUE 2300 |
default max value for output in us
#define DEFAULTMINVALUE 700 |
default min value for output in us
#define SERVO_CHANNEL_NUM_MAX 4 |
maximum number of servo channels
Servo servo |
global instance of the servo object