Skip to content

Commit f47d83e

Browse files
committed
updated functions_explained.adoc
1 parent 1417075 commit f47d83e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extras/functions_explained.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The functions of the library are:
1616

1717
**writeMicroseconds(us)** -- Sets the servo pulse width in microseconds. (standard usable range between **500**us and **2500**us)
1818

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

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

0 commit comments

Comments
 (0)