73 #define DEFAULT_uS_LOW 544 74 #define DEFAULT_uS_HIGH 2400 84 #define DEFAULT_TIMER_WIDTH 16 85 #define DEFAULT_TIMER_WIDTH_TICKS 65536 87 #define ESP32_Servo_VERSION 1 // software version of this library 89 #define MIN_PULSE_WIDTH 500 // the shortest pulse sent to a servo 90 #define MAX_PULSE_WIDTH 2500 // the longest pulse sent to a servo 91 #define DEFAULT_PULSE_WIDTH 1500 // default pulse width when servo is attached 92 #define DEFAULT_PULSE_WIDTH_TICKS 4825 94 #define REFRESH_USEC 20000 96 #define MAX_SERVOS 16 // no. of PWM channels in ESP32 129 void write(
int value);
#define DEFAULT_TIMER_WIDTH
#define DEFAULT_PULSE_WIDTH_TICKS
void setPeriodHertz(int hertz)
#define DEFAULT_TIMER_WIDTH_TICKS
void writeMicroseconds(int value)
void setTimerWidth(int value)