MBED NanoService Lighting Endpoint for NXP Ublox (Ethernet enabled)

Dependencies:   C027 C12832 EthernetInterface StatusReporter LM75B endpoint_core endpoint_nsp mbed-rtos mbed nsp_resources

Revision:
81:f10d6a416a72
Parent:
79:8e7db90a07fd
Child:
82:66a9800af243
--- a/Definitions.h	Tue Mar 11 20:11:44 2014 +0000
+++ b/Definitions.h	Tue Mar 11 20:31:42 2014 +0000
@@ -25,9 +25,15 @@
 // include common definitions
 #include "CommonDefinitions.h"
 
+// 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
+
 // Memory Debug Enable/Disable
-//#define ENABLE_MEMORY_DEBUG         true           // false - disable, true - enable (for all error_handler->log() operations)
-#define MEMORY_LOGGING                true           // false - disable, true - enable (for error_handler->log_memory() operations only)
+//#define ENABLE_MEMORY_DEBUG         true          // false - disable, true - enable (for all error_handler->log() operations)
+#define MEMORY_LOGGING                true          // false - disable, true - enable (for error_handler->log_memory() operations only)
 
 // Enable/Disable NSP Get and GetPut operations
 #define NSP_ENABLE_GET                true          // true - enable, false - disable