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-BaseUtils.h	Thu Oct 17 18:58:54 2013 +0000
+++ b/Thermostat-BaseUtils.h	Thu Oct 17 20:25:14 2013 +0000
@@ -1,4 +1,4 @@
-/* Thermostat-BaseUtils.cpp */
+/* Thermostat-BaseUtils.h */
 /* Copyright (C) 2013 mbed.org, MIT License
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy of this software
@@ -17,8 +17,8 @@
  * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  */
  
-#ifndef THERMOSTAT_BASEUTILS_CPP_
-#define THERMOSTAT_BASEUTILS_CPP_
+#ifndef THERMOSTAT_BASEUTILS_H_
+#define THERMOSTAT_BASEUTILS_H_
 
 // AppBoard LCD Support
 #include "C12832_lcd.h"
@@ -65,4 +65,4 @@
     this->logMessage(true);
 }
 
-#endif // THERMOSTAT_BASEUTILS_CPP_
+#endif // THERMOSTAT_BASEUTILS_H_