mbed Connector Endpoint interface. This interface permits a mbed endpoint to easily setup MDS resources and emit those resources to an MDS server.

Dependents:   IoT_LED_demo ServoTest uWater_Project hackathon ... more

Revision:
43:769d491a48c1
Parent:
42:20c375e74e8e
--- a/api/ThreadedResourceObserver.h	Sat Apr 11 21:14:28 2015 +0000
+++ b/api/ThreadedResourceObserver.h	Sat Apr 11 21:45:27 2015 +0000
@@ -26,6 +26,9 @@
 // mbed support
 #include "mbed.h"
 
+// switch for proper resource observer selection (from mbedEndpointNetwork)
+#include "configuration.h"
+
 // mbedConnectorInterface configuration
 #include "mbedConnectorInterface.h"