Skip to content

deneyapkart/deneyap-servo-arduino-library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.