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:
- 200:f83fefd6180a
- Parent:
- 195:21df85341cb3
- Child:
- 214:52ef35bc44ec
- Child:
- 218:e0c05b4f470b
--- a/src/main.cpp Thu Oct 06 21:02:11 2016 +0000 +++ b/src/main.cpp Thu Oct 06 21:58:54 2016 +0000 @@ -104,17 +104,19 @@ printf("\rThe Intelligent Connected Experience\n"); printf("\rCopyright 2016 Nalco Water, an Ecolab Company\n"); - printf("\r\t _____ _____ ______ \n"); - printf("\r\t |_ _| / ____| | ____|\n"); - printf("\r\t | | | | | |__ \n"); - printf("\r\t | | | | | __| \n"); - printf("\r\t _| |_ | |____ | |____ \n"); - printf("\r\t |_____| \\_____| |______|\n"); + printf("\r _________ _______ _______ \n"); + printf("\r \\__ __/( ____ \\( ____ \\ \n"); + printf("\r ) ( | ( \\/| ( \\/ \n"); + printf("\r | | | | | (__ \n"); + printf("\r | | | | | __) \n"); + printf("\r | | | | | ( \n"); + printf("\r ___) (___| (____/\\| (____/\\ \n"); + printf("\r \\_______/(_______/(_______/ \n"); printf("\r\nCurrent time is: %s\r\n", time_string); - printf("\r\n\r\n\r\n"); - printf("\rMultiTech mDot library version: %s\n", GLOBAL_mdot->getId().c_str()); + printf("\r\n\r\n"); + printf("\rMultiTech mDot library version: %s\n\r\n\r\n", GLOBAL_mdot->getId().c_str()); }