Skip to content

Commit ab934ed

Browse files
authored
Update functions_explained.adoc
1 parent 4109135 commit ab934ed

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

extras/functions_explained.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
The functions of the library are:
22

3-
**Servo** -- Class for manipulating servo motors connected to Arduino pins. (max. 6 elements)
3+
**Servo** -- Class for manipulating servo motors connected to Arduino pins. (**max. 6** elements)
44

5-
**attach(pin)** -- Attaches a servo motor to an i/o pin. (only pin 2, 3, 7, 8, 44, and 45)
5+
**attach(pin)** -- Attaches a servo motor to an i/o pin. (only **pin 2, 3, 7, 8, 44,** and **45**)
66

7-
**writeMicroseconds(us)** -- Sets the servo pulse width in microseconds. (usable range between 500us and 2500us)
7+
**writeMicroseconds(us)** -- Sets the servo pulse width in microseconds. (usable range between **500**us and **2500**us)
88

9-
**detach()** -- Clears the used registers and stops the output of the attached pin. (no pin number needed)
9+
**detach()** -- Clears the used registers and stops the output of the attached pin. (**no pin number!**)

0 commit comments

Comments
 (0)