Includes specific functions to drive servo motors by ESP32, ESP32-S2, ESP32-C3 and ESP32-S3 based development boards.
List fo Functions
void attach(int pin, int channel, int freq, int resolution);
void write(int value);
void writeMicroseconds(int value);
int read();
int readMicroseconds();
Please review the LICENSE file for license information.