Mitchell Hatfield / Mbed 2 deprecated Component_Test_Interface

Dependencies:   BridgeDriver FrontPanelButtons MCP23017 SDFileSystem TextLCD mbed

Revision:
14:953820302fb7
Parent:
12:2e3e86714243
diff -r 899db9d635e5 -r 953820302fb7 Initialization.cpp
--- 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;