ESP8266
|
Public Member Functions | |
Servo () | |
uint8_t | attach (int pin) |
uint8_t | attach (int pin, int min, int max) |
void | detach () |
void | write (int value) |
void | writeMicroseconds (int value) |
int | read () |
int | readMicroseconds () |
bool | attached () |
Private Attributes | |
uint8_t | _servoIndex |
uint16_t | _minUs |
uint16_t | _maxUs |
Servo::Servo | ( | ) |
uint8_t Servo::attach | ( | int | pin | ) |
uint8_t Servo::attach | ( | int | pin, |
int | min, | ||
int | max | ||
) |
bool Servo::attached | ( | ) |
void Servo::detach | ( | ) |
int Servo::read | ( | void | ) |
int Servo::readMicroseconds | ( | ) |
void Servo::write | ( | int | value | ) |
void Servo::writeMicroseconds | ( | int | value | ) |
|
private |
|
private |
|
private |