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
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,9 @@ This library can be installed through the Arduino IDE library manager like so:
15
15

16
16
17
17
### 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();
19
21
20
22
### Built With
21
23
*[Visual Studio 2019](https://visualstudio.microsoft.com/) - IDE used for programming
0 commit comments