You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(Servo): remove warnings raised by arduino-lint
WARNING: library.properties maintainer value Arduino <[email protected]> starts with "Arduino". 3rd party libraries are
not maintained by Arduino. (Rule LP027)
WARNING: library.properties maintainer value Arduino <[email protected]> contains "Arduino". 3rd party libraries are not
maintained by Arduino. (Rule LP057)
Signed-off-by: Frederic Pillon <[email protected]>
sentence=Allows Arduino/Genuino boards to control a variety of servo motors.
4
+
maintainer=stm32duino
5
+
sentence=Allows Arduino/Genuino and STM32 based boards to control a variety of servo motors.
6
6
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 />
0 commit comments