#ifndef PNEUMATICS_H #define PNEUMATICS_H #include "WPILib.h" /** * @brief Pneumatics on the robot (unused) * * For opening or closing the bin arms */ class Pneumatics: public Subsystem{ private: Solenoid *solenoid1, //