MBED NanoService Lighting Endpoint for NXP Ublox (cellular enabled)

Dependencies:   C027_Support C12832 StatusReporter LM75B c027_radios endpoint_core endpoint_nsp nsp_resources mbed mbed-rtos

Files at this revision

API Documentation at this revision

Comitter:
ansond
Date:
Fri Sep 19 05:42:47 2014 +0000
Parent:
251:ae03cab47177
Child:
253:72c240e0b67f
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 05:26:53 2014 +0000
+++ b/Definitions.h	Fri Sep 19 05:42:47 2014 +0000
@@ -31,6 +31,9 @@
 #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
+
 // NSP, which runs threaded, requires special handling of the cellular network stack with RTOS
 //#ifdef CELLULAR_NETWORK
 //    #define NSP_CELLULAR_NETWORK        true