We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1417075 commit f47d83eCopy full SHA for f47d83e
extras/functions_explained.adoc
@@ -16,7 +16,7 @@ The functions of the library are:
16
17
**writeMicroseconds(us)** -- Sets the servo pulse width in microseconds. (standard usable range between **500**us and **2500**us)
18
19
-**read()** -- Returns the current angle (in degrees) that gets transmitted to the servo. (return datatype: **int**)
+**read()** -- Returns the current angle (in degrees) that gets transmitted to the servo. (return type: **int**)
20
21
**readMicroseconds()** -- Returns the current angle (in microseconds) that gets transmitted to the servo. (return type: **int**)
22
0 commit comments