#ifndef BINELEVATOR_H #define BINELEVATOR_H #include "WPILib.h" #include "Commands/PIDSubsystem.h" /** * @brief Controls the bin elevator */ class BinElevator{ private: Victor *motor; //