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: mbed
Diff: src/main.cpp
- Revision:
- 16:5791665200cb
- Parent:
- 15:aed8f326c949
- Child:
- 17:454afe56eedb
--- a/src/main.cpp Tue Dec 11 16:59:21 2018 +0000 +++ b/src/main.cpp Wed Dec 12 00:10:03 2018 +0000 @@ -68,7 +68,7 @@ struct adcValues adcVals = getADCresults(); struct statusValues statVals = checkLevels(adcVals); - splash_screen(); + menu_banner(); //initBoards(adcVals); sprintf(strbuf, "\r\nPress Enter to continue"); sendSerial(strbuf);