Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: BridgeDriver FrontPanelButtons MCP23017 SDFileSystem TextLCD mbed
Diff: Initialization.cpp
- 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;