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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,8 +16,8 @@ This library can be installed through the Arduino IDE library manager like so:
16
16
17
17
### Note
18
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
+
*```attach(int pin, int min, int max, int defaultPos);```
20
+
*```detachAll()```;
21
21
22
22
### Built With
23
23
*[Visual Studio 2019](https://visualstudio.microsoft.com/) - IDE used for programming
0 commit comments