MBED MQTT Lighting Endpoint for NXP LPC1768+AppBoard
Dependencies: C12832_lcd EthernetInterface StatusReporter LM75B MQTT-ansond endpoint_core endpoint_mqtt mbed-rtos mbed
Diff: Definitions.h
- Revision:
- 96:1f20bd8eb24e
- Parent:
- 94:0159f907859b
- Child:
- 99:0732a0cdbf6e
--- a/Definitions.h Tue Mar 11 18:12:53 2014 +0000 +++ b/Definitions.h Tue Mar 11 20:32:18 2014 +0000 @@ -28,6 +28,12 @@ // Memory Debug Enable/Disable // #define ENABLE_MEMORY_DEBUG true // false - disable, true - enable +// Hush Logging +//#define HUSH_LOG true // false - logging output, true - no logging + +// Hush LED usage +//define HUSH_LEDS true // false - enable LEDs, true - disable LEDs + // Our Endpoint Version Annoucement #define ENDPOINT_VERSION_ANNOUNCE "\r\nMBED IMPACT(MQTT) Endpoint v1.0"