Skip to content
This repository was archived by the owner on Sep 14, 2019. It is now read-only.

Commit 44b530b

Browse files
committed
Add comment to OI saying to maintain controllers.txt
1 parent d0cd2db commit 44b530b

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

  • Robot2018/src/org/usfirst/frc/team199/Robot2018

Robot2018/src/org/usfirst/frc/team199/Robot2018/OI.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@
3232
* interface to the commands and command groups that allow control of the robot.
3333
*/
3434
public class OI {
35+
/*
36+
* WHENEVER YOU ADD OR CHANGE WHAT A BUTTON OR JOYSTICK DOES, indicate in
37+
* /docs/controllers.txt to keep that reference up to date.
38+
*/
3539

3640
public Joystick leftJoy;
3741
private JoystickButton shiftLowGearButton;

0 commit comments

Comments
 (0)