A wrapper class for talking to Axeda from MBED devices. Uses HTTPClient and MbedJSONValue classes.
Dependents: axeda_wrapper_dev MTS_Axeda_Example
AxedaWrapper simplifies pushing data to Axeda's cloud.
Uses HTTPClient and MbedJSONValue libs:
http://mbed.org/users/donatien/code/HTTPClient/
http://mbed.org/users/samux/code/MbedJSONValue/
Diff: tests/test_AxedaWrapper.h
- Revision:
- 3:134410324a6a
- Parent:
- 2:99baa98f84a3
--- a/tests/test_AxedaWrapper.h Mon Dec 23 19:17:03 2013 +0000 +++ b/tests/test_AxedaWrapper.h Fri Dec 27 20:58:22 2013 +0000 @@ -4,10 +4,10 @@ #include "mbed.h" #include "AxedaWrapper.h" -using namespace mts; - // test push(), toString(), clear(), and size() functions int testAxedaWrapper() { + using namespace mts; + int failed = 0; std::string data; std::string json_data;