DreamForce 2013 Hands-On Demo

Dependencies:   C12832_lcd EthernetInterface-ansond-patched HTTPClient-thermostat-remotes LM75B MMA7660 SocketIO WebSocketClient-ThermostatDemo mbed-rtos mbed picojson

Fork of ThermostatHandsOn by Doug Anson

Revision:
1:dfd24f608038
Parent:
0:6b56785dd2b6
--- a/Thermostat.h	Thu Oct 17 18:58:54 2013 +0000
+++ b/Thermostat.h	Thu Oct 17 20:25:14 2013 +0000
@@ -85,6 +85,10 @@
         void display(const char *format, ...);
         void display_lcd(const char *format, ...);
         
+        // Stubs
+        void updateCoordinates();
+        void initLocation();
+        
         // private members
         float  m_latitude;
         float  m_longitude;