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:
5:366f17f1ea9b
Parent:
4:c7b0670f96b2
Child:
6:196a63a3378d
--- a/RaspiSerial.h	Wed Mar 22 21:07:07 2017 +0000
+++ b/RaspiSerial.h	Thu Mar 23 10:59:50 2017 +0000
@@ -4,7 +4,7 @@
 #include "MbedJSONValue.h"
 #include "MODSERIAL.h"
 #include <string>
-MODSERIAL raspi(p9, p10); // tx, rx
+MODSERIAL raspi(p28, p27); // tx, rx
 
 // this function determines wherther serial is active or inactive