mirror of
https://github.com/trc492/FtcTemplate.git
synced 2025-07-02 13:31:24 -07:00
Update README.md
This commit is contained in:
committed by
GitHub
parent
624c264177
commit
a3c4cbab5b
@ -38,7 +38,8 @@ public Intake intake;
|
|||||||
```
|
```
|
||||||
4. In the constructor of Robot.java, under the Subsystem section, add code to create and initialize the subsystem:
|
4. In the constructor of Robot.java, under the Subsystem section, add code to create and initialize the subsystem:
|
||||||
```
|
```
|
||||||
if (RobotParams.Preferences.useIntake) {
|
if (RobotParams.Preferences.useIntake)
|
||||||
|
{
|
||||||
intake = new Intake(RobotParams.HWNAME_INTAKE, this);
|
intake = new Intake(RobotParams.HWNAME_INTAKE, this);
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
Reference in New Issue
Block a user