From 85ea4e995a75abe061f6fc375ea0481084dddd43 Mon Sep 17 00:00:00 2001 From: schererleander Date: Tue, 20 Jan 2026 08:34:54 +0100 Subject: initial commit --- libraries/ESP32Servo/library.properties | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 libraries/ESP32Servo/library.properties (limited to 'libraries/ESP32Servo/library.properties') diff --git a/libraries/ESP32Servo/library.properties b/libraries/ESP32Servo/library.properties new file mode 100644 index 0000000..2fff972 --- /dev/null +++ b/libraries/ESP32Servo/library.properties @@ -0,0 +1,11 @@ +name=ESP32Servo +version=3.0.7 +author=Kevin Harrington,John K. Bennett +maintainer=Kevin Harrington +sentence=Allows ESP32 boards to control servo, tone and analogWrite motors using Arduino semantics. +paragraph=This library can control a many types of servos.
It makes use of the ESP32 PWM timers: the library can control up to 16 servos on individual channels
No attempt has been made to support multiple servos per channel.
+category=Device Control +url=https://madhephaestus.github.io/ESP32Servo/annotated.html +architectures=esp32 +includes=ESP32Servo.h,analogWrite.h,tone.h,ESP32Tone.h,ESP32PWM.h + -- cgit v1.3.1