Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 523 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 523 Bytes

deneyap-servo-arduino-library

Includes specific functions to drive servo motors by ESP32, ESP32-S2, ESP32-C3 and ESP32-S3 based development boards.

SDK

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();

📑License Information

Please review the LICENSE file for license information.