Skip to content

Commit 1417075

Browse files
authored
Update functions_explained.adoc
1 parent 0bc1593 commit 1417075

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

extras/functions_explained.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The functions of the library are:
66

77
**attach(pin, min, max)** -- Attaches a servo motor to an i/o pin with a custom lower and upper pulse width limit.
88

9-
**attach(pin, min, max, defaultPos)** -- Attaches a servo motor to an i/o pin with a custom lower and upper pulse width limit. In addition 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.
9+
**attach(pin, min, max, defaultPos)** -- Attaches a servo motor to an i/o pin with a custom lower and upper pulse width limit. In addition, 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.
1010

1111
**detach()** -- Clears the used registers and stops the output of the attached pin. (**no pin number!**)
1212

@@ -20,4 +20,4 @@ The functions of the library are:
2020

2121
**readMicroseconds()** -- Returns the current angle (in microseconds) that gets transmitted to the servo. (return type: **int**)
2222

23-
**attached()** -- Returns **true** if the servo is attached, otherwise the return value is **false**. (return type: **bool**)
23+
**attached()** -- Returns **true** if the servo is attached. (return type: **bool**)

0 commit comments

Comments
 (0)