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:
123:2167e9286edb
Parent:
57:b017388f1aa3
--- a/mbed-connector-interface/Options.h	Thu Jul 13 18:48:54 2017 +0000
+++ b/mbed-connector-interface/Options.h	Thu Jul 13 19:04:25 2017 +0000
@@ -33,6 +33,7 @@
 #include "mbed-connector-interface/mbedConnectorInterface.h"
 
 // include the resource observer includes here so that they are not required in main.cpp
+#include "mbed-connector-interface/EventQueueResourceObserver.h"
 #include "mbed-connector-interface/ThreadedResourceObserver.h"
 #include "mbed-connector-interface/TickerResourceObserver.h"
 #include "mbed-connector-interface/MinarResourceObserver.h"