MBED MQTT Lighting Endpoint for NXP LPC1768+AppBoard

Dependencies:   C12832_lcd EthernetInterface StatusReporter LM75B MQTT-ansond endpoint_core endpoint_mqtt mbed-rtos mbed

Files at this revision

API Documentation at this revision

Comitter:
ansond
Date:
Fri Sep 19 05:40:46 2014 +0000
Parent:
266:fe2472a607c3
Child:
268:b1427dc68ba1
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:47:44 2014 +0000
+++ b/Definitions.h	Fri Sep 19 05:40:46 2014 +0000
@@ -31,7 +31,7 @@
 // #define CELLULAR_NETWORK                true                        // true - use cellular network, false - use ethernet (cannot co-exist together)
 
 // Multitech Temp Probe customization
-#define MULTITECH_TEMP_PROBE            true                // true - on, undef - off
+//#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
@@ -41,7 +41,7 @@
 //#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
+//#define APM_LIGHT_ENABLE            false                            // true - enable APM Demo light, undef - disable
 
 // External LED Light Configuration
 #define EXT_LED_ENABLE              true                            // true - enable external LED endpoint light, false - disable