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 184e6fb commit 0bc1593Copy full SHA for 0bc1593
extras/functions_explained.adoc
@@ -18,6 +18,6 @@ The functions of the library are:
18
19
**read()** -- Returns the current angle (in degrees) that gets transmitted to the servo. (return datatype: **int**)
20
21
-**readMicroseconds()** -- Returns the current angle (in microseconds) that gets transmitted to the servo. (return datatype: **int**)
+**readMicroseconds()** -- Returns the current angle (in microseconds) that gets transmitted to the servo. (return type: **int**)
22
23
-**attached()** -- Returns **true** if the servo is attached, otherwise the return value is **false**. (return datatype: **bool**)
+**attached()** -- Returns **true** if the servo is attached, otherwise the return value is **false**. (return type: **bool**)
0 commit comments