Skip to content

Commit c16f42f

Browse files
committed
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]>
1 parent 4d3eacf commit c16f42f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libraries/Servo/library.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name=Servo
22
version=1.1.2
33
author=Michael Margolis, Arduino
4-
maintainer=Arduino <[email protected]>
5-
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.
66
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 />
77
category=Device Control
88
url=http://www.arduino.cc/en/Reference/Servo

0 commit comments

Comments
 (0)