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

Revision:
5:e36e0538a903
Parent:
2:3e7baa3e3fec
Child:
6:d1594fd2ec5a
--- a/TextFile.h	Fri Sep 19 01:54:00 2014 +0000
+++ b/TextFile.h	Tue Sep 23 18:24:19 2014 +0000
@@ -83,7 +83,7 @@
 /******************************************************************************/
 //
 
-void getNextLine(FILE *selectedFile, Line &lineData) {
+void getNextLine(FILE *selectedFile, LineData &lineData) {
     
     lineData.lineAddress = ftell(selectedFile);
     
@@ -132,7 +132,7 @@
     lcd.printf("wrd3: %s", lineData.word[2]);
     lcd.setAddress(0,3);
     lcd.printf("wrd4: %s", lineData.word[3]);
-    wait(5);*/
+    wait(2);*/
 }