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:
158:0cecb265bb18
Parent:
155:582462821bd7
Child:
160:24337c83dd1d
--- a/CommonDefinitions.h	Tue May 13 20:27:11 2014 +0000
+++ b/CommonDefinitions.h	Mon Jun 30 17:38:36 2014 +0000
@@ -53,6 +53,9 @@
 #define LIGHT_BLINK_WAIT_MS         1000                            // time between blinks (ms)
 #define LIGHT_DEFAULT_STATE         1                               // ON by default
 
+// Multitech probe for temperature reporting
+//#define MULTITECH_TEMP_PROBE        true
+
 // Personalities may have unique default light states
 #ifdef LIGHT_PERSONALITY
     #undef LIGHT_DEFAULT_STATE