You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.adoc
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,11 +23,11 @@ Controls motor movement.
23
23
24
24
#### Parameters
25
25
26
-
`motor:` `"A"`, `"B"`, `"AB"`. `"A"` controls motor `A` only `"B"` controls motor `B` only and `"AB"` controls motors `A` and `B` simultaneously.
26
+
motor: `"A"`, `"B"`, `"AB"`. `"A"` controls motor `A` only `"B"` controls motor `B` only and `"AB"` controls motors `A` and `B` simultaneously.
27
27
28
-
`state:` `0` or `1` or `-1` if digital mode is used and `0` to `100` if analog mode is used. Positive values are used for forward, negative values are used for reverse.
28
+
state: `0` or `1` or `-1` if digital mode is used and `0` to `100` if analog mode is used. Positive values are used for forward, negative values are used for reverse.
0 commit comments