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:
1:5731f31f96be
Parent:
0:22618cf06f45
Child:
2:3e7baa3e3fec
--- a/Initialization.hpp	Tue Sep 16 15:28:59 2014 +0000
+++ b/Initialization.hpp	Tue Sep 16 18:27:41 2014 +0000
@@ -46,6 +46,7 @@
     char word[15][MAX_LINE_LENGTH];     //array of words from the line of text, assuming no more than 15 words will be in any given line
                                         //in this initialization there are 15 string (pointers) of size MAX_LINE_LENGTH each
     int numWords;                       //Number of words in the given line
+    int lineAddress;
 };
 
 extern struct Line lineData;