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