mbed Connector Interface simplification API on top of mbed-client
Fork of mbedConnectorInterfaceV3 by
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!
Diff: mbed-connector-interface/mbedConnectorInterface.h
- Revision:
- 56:3f233795dddf
- Parent:
- 54:dfee8691c83a
- Child:
- 57:b017388f1aa3
--- a/mbed-connector-interface/mbedConnectorInterface.h Tue Aug 09 18:44:58 2016 +0000 +++ b/mbed-connector-interface/mbedConnectorInterface.h Tue Aug 09 18:47:59 2016 +0000 @@ -32,8 +32,8 @@ // Network Selection Definitions #define ETHERNET 1 #define WIFI 2 - #define LOWPAN_ND 3 - #define THREAD 4 + #define MESH_LOWPAN_ND 3 + #define MESH_THREAD 4 // we will use ThreadedResourceObserver #define CONNECTOR_USING_THREADS 1