Treehouse Mbed Team / Mbed 2 deprecated APS_1U5x

Dependencies:   mbed

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);