FRCTeam3182 / FRC2017

The 2017 code for FRC team 3182.
GNU General Public License v3.0
11 stars 1 forks source link

Add actuator and sensor instance def #19

Open cglagovich opened 7 years ago

cglagovich commented 7 years ago

Add actuator and sensor instance definitions to the RobotConfig class. This is optional and may clean up the code for other classes. It may make it easier to work with the code in competition.

public static Talon leftMotors = new Talon(leftMotorsChannel);