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/Screens.h
- Revision:
- 4:c7b0670f96b2
- Parent:
- 3:7666de697752
- Child:
- 6:196a63a3378d
--- a/Screens/Screens.h Sat Feb 04 20:17:44 2017 +0000 +++ b/Screens/Screens.h Wed Mar 22 21:07:07 2017 +0000 @@ -15,6 +15,6 @@ #include "DeleteLogScreen.h" #include "RecordScreen.h" #include "SolarValueScreen.h" - +#include "RaspberryPiScreen.h" #endif \ No newline at end of file