mirror of
https://github.com/team2059/Dent
synced 2025-01-07 22:14:14 -05:00
Merge branch patch/style-fixes
This commit is contained in:
commit
c10a308abf
3
OI.h
3
OI.h
@ -7,8 +7,7 @@
|
||||
/**
|
||||
* @brief Controls the robot with joysticks
|
||||
*/
|
||||
class OI
|
||||
{
|
||||
class OI{
|
||||
private:
|
||||
Joystick *leftStick, *rightStick;
|
||||
public:
|
||||
|
@ -7,8 +7,7 @@
|
||||
*
|
||||
* Uses four motors, two on the sides, one on the bottom, and one on the ramp to collect and eject totes
|
||||
*/
|
||||
class Collector: public Subsystem
|
||||
{
|
||||
class Collector: public Subsystem{
|
||||
private:
|
||||
CANTalon *collectorMotorLeft, //<! Left collector motor
|
||||
*collectorMotorBottom, //<! Bottom collctor motor
|
||||
|
Loading…
x
Reference in New Issue
Block a user