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 453bb39 commit d5ee6f8Copy full SHA for d5ee6f8
motor-control/robot.py
@@ -15,10 +15,10 @@ class MyRobot(wpilib.TimedRobot):
15
This sample program shows how to control a motor using a joystick. In the operator control part
16
of the program, the joystick is read and the value is written to the motor.
17
18
- <p>Joystick analog values range from -1 to 1 and motor controller inputs also range from -1 to 1
+ Joystick analog values range from -1 to 1 and motor controller inputs also range from -1 to 1
19
making it easy to work together.
20
21
- <p>In addition, the encoder value of an encoder connected to ports 0 and 1 is consistently sent
+ In addition, the encoder value of an encoder connected to ports 0 and 1 is consistently sent
22
to the Dashboard.
23
"""
24
0 commit comments