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:
35:f12e61aaf004
Parent:
31:bacc63106754
Child:
42:20c375e74e8e
--- a/api/ThreadedResourceObserver.h	Wed Apr 08 21:18:51 2015 +0000
+++ b/api/ThreadedResourceObserver.h	Wed Apr 08 23:03:39 2015 +0000
@@ -26,6 +26,9 @@
 // mbed support
 #include "mbed.h"
 
+// mbedConnectorInterface configuration
+#include "mbedConnectorInterface.h"
+
 // Thread support
 #ifdef CONNECTOR_USING_THREADS
     #include "rtos.h"