Update README.md

This commit is contained in:
Titan Robotics Club
2024-06-02 11:25:35 -07:00
committed by GitHub
parent 7c82e01d63
commit a9c9ac20f8

View File

@ -81,7 +81,7 @@ Once the drive base is fully functional, the next step is to create subsystems f
slide = new Slide().getSlideMotor();
}
```
4. In RobotParams.java, add a Preferences that can turn the subsystem ON or OFF. This is very useful when developing code for an unfinished robot where some subsystem may or may not exist yet.
4. In RobotParams.java, add a Preferences that can turn the subsystem ON or OFF. This is very useful when developing code for an unfinished robot where some subsystems may or may not exist yet.
```
public static boolean useSlide = true;
```