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
Diff: Screens/OutputScreen.h
- Revision:
- 4:c7b0670f96b2
- Parent:
- 3:7666de697752
- Child:
- 6:196a63a3378d
--- a/Screens/OutputScreen.h Sat Feb 04 20:17:44 2017 +0000 +++ b/Screens/OutputScreen.h Wed Mar 22 21:07:07 2017 +0000 @@ -124,6 +124,8 @@ case ENTERBUTTON: // navigate to the selected option //changeScreen = ListController::getCurrentOption(); + enter = true; + break; default: // do nothing