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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ Controls motor movement.
25
25
26
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 `=100` 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 `-100` to `100` if analog mode is used. Positive values are used for forward, negative values are used for reverse.
0 commit comments