We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41bf8d1 commit 9bd9a39Copy full SHA for 9bd9a39
programming/sr/motors/index.md
@@ -118,7 +118,8 @@ Stopping the motors
118
When you set the motor power to 0, this signals the Motor Board to actively stop that motor from turning.
119
120
~~~~~ python
121
-# store the motor in a local variable because typing it out gets really boring
+# store the motor in a local variable because
122
+# typing it out gets really boring
123
molly = R.motor_boards["srABC1"].motors[1]
124
125
# set the power to 100% for a second, then stop immediately
0 commit comments