Skip to content

Commit 34140d0

Browse files
authored
Update README.md
1 parent d4418ef commit 34140d0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ This library can be installed through the Arduino IDE library manager like so:
1515
![](installation.gif)
1616

1717
### Note
18-
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. Besides that, following functions are added:
19-
* ```attach(int pin, int min, int max, int defaultPos);```
20-
* ```detachAll()```;
18+
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.
2121

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

0 commit comments

Comments
 (0)