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.h	Mon Nov 11 20:35:49 2013 +0000
+++ b/Thermostat.h	Thu Oct 09 16:14:18 2014 +0000
@@ -27,7 +27,7 @@
 #include <stdarg.h>
 
 // maximum size of a displayed message
-#define MAX_MESSAGE_LENGTH  100
+#define MAX_MESSAGE_LENGTH  256
 
 class Thermostat {
     public: