mbed Connector Interface simplification API on top of mbed-client

Fork of mbedConnectorInterfaceV3 by Doug Anson

NOTE:

This repo has been replaced with https://github.com/ARMmbed/mbedConnectorInterface. No further updates will occur with this repo. Please use the github repo instead. Thanks!

Revision:
36:5ec1fdffe40e
Parent:
27:b8aaf7dc7023
Child:
49:c603a22495bb
--- a/mbed-connector-interface/Options.h	Tue Jun 14 19:43:35 2016 +0000
+++ b/mbed-connector-interface/Options.h	Tue Jun 14 19:49:14 2016 +0000
@@ -35,6 +35,7 @@
 // include the resource observer includes here so that they are not required in main.cpp
 #include "mbed-connector-interface/ThreadedResourceObserver.h"
 #include "mbed-connector-interface/TickerResourceObserver.h"
+#include "mbed-connector-interface/MinarResourceObserver.h"
 
 // Vector support
 #include <vector>