We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b584199 commit 81db2adCopy full SHA for 81db2ad
1 file changed
docs/tutorials/tacho-motors.md
@@ -294,9 +294,9 @@ Run the motor and see which way it rotates...
294
$ while true; do echo -en "\033[0G$(cat $MC/position) $(cat $MC/speed) "; done
295
296
The position is increasing and the speed is positive. Then change the polarity
297
-to `inverted`...
+to `inversed`...
298
299
- $ echo inverted > $MC/polarity
+ $ echo inversed > $MC/polarity
300
301
Like before, nothing happens. We have to send a command again...
302
0 commit comments