mirror of
https://github.com/team2059/Zaphod
synced 2024-12-18 20:12:28 -05:00
Formatted
This commit is contained in:
parent
56bb724966
commit
4972ee5e39
@ -1,14 +1,12 @@
|
||||
#include <WPILib.h>
|
||||
#include "../Definitions.h"
|
||||
|
||||
class HHCompressor
|
||||
{
|
||||
class HHCompressor{
|
||||
private:
|
||||
Compressor *compressor;
|
||||
Solenoid *solenoid1, *solenoid2;
|
||||
public:
|
||||
enum
|
||||
{
|
||||
enum{
|
||||
EXTENDED,
|
||||
RETRACTED,
|
||||
IDLE
|
||||
|
Loading…
Reference in New Issue
Block a user