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/DataWrapper.h
- Revision:
- 33:1d0b855df5a5
- Parent:
- 0:1f1f55e73248
--- a/mbed-connector-interface/DataWrapper.h Tue Jun 14 19:04:08 2016 +0000 +++ b/mbed-connector-interface/DataWrapper.h Tue Jun 14 19:29:30 2016 +0000 @@ -23,8 +23,17 @@ #ifndef __DATA_WRAPPER_H__ #define __DATA_WRAPPER_H__ +// mbedConnectorInterface configuration +#include "mbed-connector-interface/mbedConnectorInterface.h" + // mbed support -#include "mbed.h" +#if defined(MCI_USE_YOTTA) + // mbed support + #include "mbed-drivers/mbed.h" +#else + // mbed support + #include "mbed.h" +#endif class DataWrapper { public: