FRC1076 / RobotKitLib

Robotpy-WPILIB equivalent for raspberry pi robot kit
1 stars 1 forks source link

PRACTICE: Add a brake to the robot #82

Open VeeBallbach opened 3 years ago

VeeBallbach commented 3 years ago

Add code to the robot.py file so that the robot stops moving while the driver holds down the B button. The robot should move at normal speed when the B button is not being held, and it shouldn't move at all when the B button is being held.