#ifndef ELEVATOR_H #define ELEVATOR_H #include "WPILib.h" /** * @brief The main elevator for lifting totes */ class Elevator{ private: CANTalon *motor; //