Skip to content

Commit 71c335e

Browse files
Update README.adoc
1 parent c4ef5ac commit 71c335e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Controls motor movement.
2525

2626
motor: `"A"`, `"B"`, `"AB"`. `"A"` controls motor `A` only `"B"` controls motor `B` only and `"AB"` controls motors `A` and `B` simultaneously.
2727

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.
2929

3030
mode: `"digital"` or `"analog"`
3131

0 commit comments

Comments
 (0)