2
0
mirror of https://github.com/team2059/Dent synced 2025-01-07 22:14:14 -05:00

Updated elevator header to fix compiler error

This commit is contained in:
Adam Long 2015-02-02 17:42:18 +00:00
parent 7872ab3890
commit e5a8402f15

View File

@ -16,6 +16,7 @@ class Elevator/*: public PIDSubsystem*/{
float GetPotValue();
void Run(double);
void SetOffset(double);
void ResetEncoder();
double GetHeight();
};
#endif