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:
14:953820302fb7
Parent:
12:2e3e86714243
--- a/Initialization.cpp	Wed Oct 01 23:08:39 2014 +0000
+++ b/Initialization.cpp	Thu Oct 02 23:49:44 2014 +0000
@@ -46,7 +46,7 @@
 TextLCD_I2C lcd( &i2c, MCP23008_SA0, TextLCD::LCD20x4 ); // LCD
 SDFileSystem sd(P0_18, P0_17, P0_15, P0_16, "sd"); // the pinout on the mbed LPC1768
 
-DigitalIn killSw(KILL);
+DigitalIn killSw(KILL, PullUp);
 
 //Ticker errorWatcher;