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:
- 2:46faae84b8b0
- Parent:
- 1:9f8583ba2431
- Child:
- 3:d8948c5b2951
--- a/src/main.cpp Sun Nov 25 00:36:35 2018 +0000 +++ b/src/main.cpp Sun Nov 25 01:23:33 2018 +0000 @@ -34,6 +34,7 @@ #include "stdlib.h" #include "serial.h" #include "adc.h" +#include "menu.h" #include "boards.h" unsigned int boardsActive; @@ -50,6 +51,7 @@ initSerial(); initADC(); + menuRedraw(); sprintf(strbuf, "\r\nAgility Power Systems DCM1 Rev 0.1"); //RK 10/26/2018 sendSerial(strbuf);