Skip to content

Commit 0bc1593

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

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
@@ -18,6 +18,6 @@ The functions of the library are:
1818

1919
**read()** -- Returns the current angle (in degrees) that gets transmitted to the servo. (return datatype: **int**)
2020

21-
**readMicroseconds()** -- Returns the current angle (in microseconds) that gets transmitted to the servo. (return datatype: **int**)
21+
**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 datatype: **bool**)
23+
**attached()** -- Returns **true** if the servo is attached, otherwise the return value is **false**. (return type: **bool**)

0 commit comments

Comments
 (0)