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:
125:4bf229bf14a3
Parent:
54:dfee8691c83a
Child:
126:f37e34daa100
--- a/mbed-connector-interface/TickerResourceObserver.h	Mon Jun 05 21:28:42 2017 +0000
+++ b/mbed-connector-interface/TickerResourceObserver.h	Thu Jul 13 19:21:28 2017 +0000
@@ -71,9 +71,9 @@
         virtual void stopObservation();
                      
         /**
-        tasklet invoke function (static)
+        observation task method
         */
-        void observationNotifier(void);
+        void observation_task(void);
         
         /**
         halt the underlying observer mechanism