Skip to content

Commit 81db2ad

Browse files
committed
Update tacho-motors.md
1 parent b584199 commit 81db2ad

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/tutorials/tacho-motors.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -294,9 +294,9 @@ Run the motor and see which way it rotates...
294294
$ while true; do echo -en "\033[0G$(cat $MC/position) $(cat $MC/speed) "; done
295295

296296
The position is increasing and the speed is positive. Then change the polarity
297-
to `inverted`...
297+
to `inversed`...
298298

299-
$ echo inverted > $MC/polarity
299+
$ echo inversed > $MC/polarity
300300

301301
Like before, nothing happens. We have to send a command again...
302302

0 commit comments

Comments
 (0)