Skip to content

Commit 47ebf23

Browse files
authored
Update README.md
1 parent 8c1315c commit 47ebf23

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

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

1717
### Note
18-
The Servo-Library was build to be compatible with all the [original Arduino Servo Library](https://github.com/arduino-libraries/Servo) - commands available.
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();
1921

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

0 commit comments

Comments
 (0)