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:
- 6:d1594fd2ec5a
- Parent:
- 5:e36e0538a903
- Child:
- 9:5a0c4c6e39c7
diff -r e36e0538a903 -r d1594fd2ec5a Initialization.cpp --- a/Initialization.cpp Tue Sep 23 18:24:19 2014 +0000 +++ b/Initialization.cpp Tue Sep 23 23:42:32 2014 +0000 @@ -47,7 +47,7 @@ DigitalIn killSw(KILL); const int MAX_LINE_LENGTH = 100; - +int DummyMode = 0; // run through the code without performing actions /******************************************************************************/ /*** <Function Initializations> ***/