Skip to content

Commit 9ccd1d5

Browse files
authored
Update README.md
1 parent 71b6df1 commit 9ccd1d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ This library can be installed through the Arduino IDE library manager like so:
1616

1717
### Note
1818
Starting from version 1.2.0 this Servo-Library is compatible with all the [original Arduino Servo Library](https://github.com/arduino-libraries/Servo) - commands available. In addition to these "standard"-functions, following commands are added:
19-
* ``` attach(int pin, int min, int max, int defaultPos)``` - Besides the ability of setting the servo pin and the upper and lower pulse width limit, the starting pulse width of the servo can be set with the defaultPos. This allows the servo to start from a user defined angle instead of the middle position.
20-
* ```detachAll()``` - This feature allows to detach all servos at once.
19+
* ``` attach(int pin, int min, int max, int defaultPos)``` - Besides the ability of setting the servo pin and the upper and lower pulse width limit, the starting pulse width of the servo can be set with the defaultPos. This allows the servo to start from a user-defined angle instead of the middle position.
20+
* ```detachAll()``` - This feature allows detaching all servos at once.
2121

2222
### Built With
2323
* [Visual Studio 2019](https://visualstudio.microsoft.com/) - IDE used for programming

0 commit comments

Comments
 (0)