MBED MQTT Lighting Endpoint for NXP LPC1768+AppBoard

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

Revision:
190:fc7814c8a5c5
Parent:
183:2a0f35485632
Child:
221:c8ea67997482
--- a/Definitions.h	Mon Mar 31 18:14:48 2014 +0000
+++ b/Definitions.h	Mon Mar 31 18:49:17 2014 +0000
@@ -27,6 +27,9 @@
 //#define   _ENDPOINT_FREESCALE_PLATFORM  true                        // uncomment for the Freescale Freedom MBED platform
 #define   _ENDPOINT_NXP_PLATFORM        true                        // uncomment for the NXP MBED platform
 
+// Network Usage (default is Ethernet)
+// #define CELLULAR_NETWORK                true                        // true - use cellular network, false - use ethernet (cannot co-exist together)
+
 // 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