This program consists of the software developed for the ELEC5870M Individual Project. It runs on the mbed LPC1768. It uses the mbed RTOS to perform the following tasks: - Implements intuitive GUI with buttons, LCD TFT Display and LEDs. - Serial Communication with the RPi - I2C communication with INA219 voltage current sensors - Power control at the USB ports

Dependencies:   Adafruit_GFX Adafruit_ST7735 INA219 MODSERIAL MbedJSONValue mbed-rtos mbed

Revision:
6:196a63a3378d
Parent:
3:7666de697752
--- a/Screens/LogSelectScreen.h	Thu Mar 23 10:59:50 2017 +0000
+++ b/Screens/LogSelectScreen.h	Sun Apr 30 17:19:22 2017 +0000
@@ -105,6 +105,7 @@
         case ENTERBUTTON:
             // navigate to the selected option
             enter = true;
+            break;
             
         default:
             // do nothing