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:
167:2529c18d0eb1
Parent:
161:a85cb6cba5ed
Child:
171:3f07e1df766c
--- a/CommonDefinitions.h	Thu Jul 03 18:35:47 2014 +0000
+++ b/CommonDefinitions.h	Wed Jul 16 17:29:00 2014 +0000
@@ -62,6 +62,9 @@
     #undef LIGHT_BLINK_WAIT_MS
     #define LIGHT_DEFAULT_STATE     "1"                             // ON by default
     #define LIGHT_BLINK_WAIT_MS     1000                            // time between blinks (ms)
+    #if APM_LIGHT_ENABLE
+        #define APM_LIGHT_PERSONALITY true 
+    #endif
 #endif
 #ifdef COPCAR_PERSONALITY
     #undef LIGHT_DEFAULT_STATE