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: main.cpp
- Revision:
- 3:078e9a1e8be3
- Parent:
- 2:3e7baa3e3fec
- Child:
- 4:86d0d04cc055
--- a/main.cpp Thu Sep 18 23:38:11 2014 +0000
+++ b/main.cpp Fri Sep 19 00:46:26 2014 +0000
@@ -172,8 +172,6 @@
//Add device to the array of devices and initialize it
else{
- //For some reason the enum is indexed weirdly, device-- to send correct value
- deviceFound--;
devices.push_back(Device::newDevice(deviceFound, lineData.word[1], lineData));
devices.back()->name = lineData.word[1];
}