#ifndef PNEUMATICS_H #define PNEUMATICS_H #include "WPILib.h" /** * @brief Pneumatics on the robot * * For opening or closing the bin arms */ class Pneumatics: public Subsystem { private: Compressor *compressor; //