#ifndef BINRAISE_H #define BINRAISE_H #include "Commands/Command.h" #include "WPILib.h" /** * @brief Raises the bin elevator until a timeout is reached */ class BinRaise: public Command{ private: float timeout; //