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: NaturalTinyShell_ice libmDot-12Sept mbed-rtos mbed
Fork of ICE by
Diff: src/main.cpp
- Revision:
- 13:c80c283f9db2
- Parent:
- 9:ef0ca2f8a8a6
- Child:
- 16:7f6599312962
- Child:
- 17:dfa2c53b3f38
--- a/src/main.cpp Wed Sep 07 13:22:28 2016 +0000 +++ b/src/main.cpp Wed Sep 07 13:52:25 2016 +0000 @@ -25,10 +25,10 @@ static void banner(void); // for file system access outside of main() - mDot *GLOBAL_mdot; - - // store modbus register information - std::map<std::string,ModbusRegister> ModbusRegisterMap; +mDot *GLOBAL_mdot; + +// store modbus register information +std::map<std::string,ModbusRegister> ModbusRegisterMap; /***************************************************************************** * Function: banner() @@ -39,7 +39,7 @@ *****************************************************************************/ static void banner( void ) { - printf("\n\n\r\nWelcome to Project: ICE v0.0.1\n"); + printf("\n\n\r\nWelcome to Project: ICE v0.0.2\n"); printf("\rThe Intelligent Connected Experience\n"); printf("\rCopyright 2016 Nalco Water, an Ecolab Company\n"); @@ -65,7 +65,7 @@ mDot *dot; GLOBAL_mdot = dot = mDot::getInstance(); - // for signaling from the configuration handler + // for signaling from the configuration handler mainThreadId = osThreadGetId(); banner(); @@ -89,7 +89,7 @@ __heapstats((__heapprt)fprintf,stdout); printf("\r\n"); - Thread::wait(2000); + Thread::wait(1000); printf("\r\n"); // start the command shell