Core Base Classes for the Light Endpoints

Dependencies:   BufferedSerial

Dependents:   mbed_mqtt_endpoint_ublox_ethernet mbed_mqtt_endpoint_ublox_cellular mbed_nsp_endpoint_ublox_cellular mbed_nsp_endpoint_ublox_ethernet ... more

Revision:
64:7e494186e2ec
Parent:
63:ce4d20dcae6e
Child:
65:0568e019034b
--- a/CommonDefinitions.h	Mon Mar 03 16:19:20 2014 +0000
+++ b/CommonDefinitions.h	Mon Mar 03 17:00:49 2014 +0000
@@ -62,4 +62,7 @@
 #define PL_URL_TEMPLATE             "http://%s/api/newdeveloper/lights/%d/state"  
 #define PL_ON_COMMAND_TEMPLATE      "{\"on\":%s,\"sat\":211,\"bri\":%d,\"hue\":13122}"
 
+// Memory Debug Enable/Disable
+#define ENABLE_MEMORY_DEBUG         true             // false - disable, true - enable
+
 #endif // _COMMON_DEFINITIONS_H_
\ No newline at end of file