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

Revisions of Devices/Motor.cpp

Revision Date Message Actions
14:953820302fb7 2014-10-02 - Working system, code testing on two Test Systems and works directly as desired; - Fixed bug where the cycle timer does not add the first cycle and takes it as zero File  Diff  Annotate
11:bc9cd2869f95 2014-10-01 - Latest revision is not a working copy, simply publishing all previous working copies to the server File  Diff  Annotate
10:e8db892fbc52 2014-09-24 - Dummy Mode implemented with code functioning after compile; --- goes through all of the code, but doesn't actually turn anything on or run any physical functionality, it simple performs syntax checking on the entire programming, and resets and runs File  Diff  Annotate
9:5a0c4c6e39c7 2014-09-24 - System error checking and syntax checking should be completed; --- Compiled code still functions correctly; --- All error checking has not been checked that they indeed error out / not error out and function as planned File  Diff  Annotate
6:d1594fd2ec5a 2014-09-23 - System Functional for Door_Latch_Test; - Fixed issue with Motors, needed to initialize the Motors for PWM; - Confirmed code works to read from SD Card that has spaces and tabs File  Diff  Annotate
5:e36e0538a903 2014-09-23 - Conditional Command working successfully; --- Also working with loop command; - Each major command (interpret, loop, condition), must have a unique ending return value File  Diff  Annotate
4:86d0d04cc055 2014-09-19 - fixed bug where "deviceFound" was not matching correct value; "if (lineData.word[2].compare(DeviceNames[i]) == 0)"... forgot the "== 0"; ; - Added Device PinIN, works as expected for current "wait" function File  Diff  Annotate | base