
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 290:28094a495bde, committed 2014-09-19
- Comitter:
- ansond
- Date:
- Fri Sep 19 05:41:27 2014 +0000
- Parent:
- 289:1a049c87ed1d
- Child:
- 291:7b2131417605
- Commit message:
- double checked all config options for techcon
Changed in this revision
Definitions.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/Definitions.h Fri Sep 19 04:49:49 2014 +0000 +++ b/Definitions.h Fri Sep 19 05:41:27 2014 +0000 @@ -31,12 +31,15 @@ #define CELLULAR_NETWORK true // true - use cellular network, false - use ethernet (cannot co-exist together) //#define CELLULAR_DEBUG true // true - debug enabled, undef - no +// Multitech Temp Probe customization +//#define MULTITECH_TEMP_PROBE true // true - on, undef - off + // what kind of personality we are... //#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 +//#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