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:
98:3ea8058f4c54
Parent:
97:d631edbc157b
Child:
100:41dfe7231da0
--- a/CommonDefinitions.h	Fri Mar 14 21:25:46 2014 +0000
+++ b/CommonDefinitions.h	Fri Mar 14 21:36:08 2014 +0000
@@ -47,6 +47,7 @@
 
 // LED Blink Time
 #define BLINK_TIME                  100            // LED blink times
+#define LIGHT_BLINK_WAIT_MS         1000           // time between blinks (ms)
 
 // Default Light State
 #define LIGHT_DEFAULT_STATE         1              // ON by default