Dreamforce Heroku Sample mbed application for the FRDM-K64F. This application uses SocketIO to connect and communicate with Heroku.

Dependencies:   BufferedSerial C12832 EthernetInterface HTTPClient-SSL LM75B MMA7660 SocketIO-k64f WebSocketClient-ThermostatDemo mbed-rtos mbed picojson

Fork of df-2013-minihack-thermostat-complete by MBED_DEMOS

Revision:
6:74c1e9c8c90e
Parent:
1:3faa003ad6e6
--- a/Thermostat-BaseUtils.h	Mon Nov 11 20:35:49 2013 +0000
+++ b/Thermostat-BaseUtils.h	Thu Oct 09 16:14:18 2014 +0000
@@ -21,11 +21,12 @@
 #define THERMOSTAT_BASEUTILS_H_
 
 // AppBoard LCD Support
-#include "C12832_lcd.h"
-C12832_LCD lcd;
+#include "C12832.h"
+C12832 lcd(D11, D13, D12, D7, D10);
 
 // Serial Console Support (main.cpp)
-extern Serial pc;
+#include "BufferedSerial.h"
+extern BufferedSerial pc;
 
 // log messages to appropriate outputs
 void Thermostat::logMessage(bool do_lcd) {