arduino stuffs
Diffstat (limited to 'libraries/Servo/library.properties')
| -rw-r--r-- | libraries/Servo/library.properties | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libraries/Servo/library.properties b/libraries/Servo/library.properties new file mode 100644 index 0000000..57d24c8 --- /dev/null +++ b/libraries/Servo/library.properties @@ -0,0 +1,9 @@ +name=Servo +version=1.1.8 +author=Michael Margolis, Arduino +maintainer=Arduino <[email protected]> +sentence=Allows Arduino 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. +category=Device Control +url=https://www.arduino.cc/reference/en/libraries/servo/ +architectures=avr,megaavr,sam,samd,nrf52,stm32f4,mbed,mbed_nano,mbed_portenta,mbed_rp2040 |