library.properties 640 B

1234567891011
  1. name=ESP32Servo
  2. version=0.9.0
  3. author=Kevin Harrington,John K. Bennett
  4. maintainer=Kevin Harrington <mad.hephaestus@gmail.com>
  5. sentence=Allows ESP32 boards to control servo, tone and analogWrite motors using Arduino semantics.
  6. paragraph=This library can control a many types of servos.<br />It makes use of the ESP32 PWM timers: the library can control up to 16 servos on individual channels<br />No attempt has been made to support multiple servos per channel.<br />
  7. category=Device Control
  8. url=https://madhephaestus.github.io/ESP32Servo/annotated.html
  9. architectures=esp32
  10. includes=ESP32Servo.h,analogWrite.h,tone.h,ESP32Tone.h,ESP32PWM.h