Component Test's Software to work with "Universal Controller Box" - Software is an interpreter or "compiler" for programs to be done with a .txt file and read off of the SD Card
Dependencies: BridgeDriver FrontPanelButtons MCP23017 SDFileSystem TextLCD mbed
Diff: Motor.hpp
- Revision:
- 0:22618cf06f45
- Child:
- 2:3e7baa3e3fec
diff -r 000000000000 -r 22618cf06f45 Motor.hpp --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Motor.hpp Tue Sep 16 15:28:59 2014 +0000 @@ -0,0 +1,21 @@ +//#ifndef MOTOR_HPP +//#define MOTOR_HPP +// +//#include "Device.hpp" +// +//class Motor: public Device{ +// +// private: +// enum BridgeDriver::Motors motor; +// +// public: +// Motor(); +// int interpret(); +// enum BridgeDriver::Motors getMotor(); +// //void enableBrake(); +// //int forceBrake(); +// //int forceFloat(); +// //float drive(); +//}; +// +//#endif \ No newline at end of file