diff options
Diffstat (limited to 'arduino/libraries/Servo/library.properties')
-rwxr-xr-x | arduino/libraries/Servo/library.properties | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arduino/libraries/Servo/library.properties b/arduino/libraries/Servo/library.properties new file mode 100755 index 0000000..44750b3 --- /dev/null +++ b/arduino/libraries/Servo/library.properties @@ -0,0 +1,9 @@ +name=Servo +version=1.1.2 +author=Michael Margolis, Arduino +maintainer=Arduino <info@arduino.cc> +sentence=Allows Arduino/Genuino boards to control a variety of servo motors. +paragraph=This library can control a great number of servos.<br />It makes careful use of timers: the library can control 12 servos using only 1 timer.<br />On the Arduino Due you can control up to 60 servos.<br /> +category=Device Control +url=http://www.arduino.cc/en/Reference/Servo +architectures=nrf52 |