MBED MQTT Lighting Endpoint for NXP Ublox (cellular enabled)

Dependencies:   C027_Support C12832 StatusReporter LM75B MQTT-ansond c027_radios endpoint_core endpoint_mqtt mbed-rtos mbed

Revision:
272:ea5a8ecbb0bf
Parent:
268:f854782b8229
Child:
280:9fc68227401c
--- a/Definitions.h	Thu Jul 31 17:03:13 2014 +0000
+++ b/Definitions.h	Fri Aug 01 12:24:52 2014 +0000
@@ -35,6 +35,9 @@
 //#define LIGHT_PERSONALITY               true                      // the endpoint will be a (set of) lights
 #define COPCAR_PERSONALITY              true                      // the endpoint will emulate a cop car
 
+// special behavior for APM CopCar - steady state on/off for blinking
+#define APM_COPCAR_ENABLE               true                      // true - enabled, (undef) - disabled
+
 // APM Demo Light Configuration
 #define APM_LIGHT_ENABLE            false                            // true - enable APM Demo light, undef - disable