Skip to content

Commit d5ee6f8

Browse files
Remove html comments
Co-authored-by: David Vo <[email protected]>
1 parent 453bb39 commit d5ee6f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

motor-control/robot.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ class MyRobot(wpilib.TimedRobot):
1515
This sample program shows how to control a motor using a joystick. In the operator control part
1616
of the program, the joystick is read and the value is written to the motor.
1717
18-
<p>Joystick analog values range from -1 to 1 and motor controller inputs also range from -1 to 1
18+
Joystick analog values range from -1 to 1 and motor controller inputs also range from -1 to 1
1919
making it easy to work together.
2020
21-
<p>In addition, the encoder value of an encoder connected to ports 0 and 1 is consistently sent
21+
In addition, the encoder value of an encoder connected to ports 0 and 1 is consistently sent
2222
to the Dashboard.
2323
"""
2424

0 commit comments

Comments
 (0)