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/Resource.h
- Revision:
- 33:1d0b855df5a5
- Parent:
- 27:b8aaf7dc7023
- Child:
- 45:db754b994deb
--- a/mbed-connector-interface/Resource.h Tue Jun 14 19:04:08 2016 +0000 +++ b/mbed-connector-interface/Resource.h Tue Jun 14 19:29:30 2016 +0000 @@ -28,11 +28,12 @@ // mbed-client support #include "mbed-client/m2minterfacefactory.h" -#include "mbed-client/m2mdevice.h" #include "mbed-client/m2minterfaceobserver.h" #include "mbed-client/m2minterface.h" #include "mbed-client/m2mobjectinstance.h" #include "mbed-client/m2mresource.h" +#include "mbed-client/m2mdevice.h" +#include "mbed-client/m2mfirmware.h" // string support #include <string>