Simple Mbed Cloud Client application using features of K64 & K66
Connect to Mbed Cloud!
This example was customized a bit for FRDM-K66 and FRDM-K64F.
It depends on having an SD Card plugged in for storage of credentials. It could be changed later to use a SPI flash or other storage on a shield or wired in.
The app keeps track of how many times switch 2 (SW2) is pressed. The value can be retrieved via a GET request to Mbed Cloud.
Also, it will blink a pattern based on milisecond (ms) timing values that can be sent from Mbed Cloud. The pattern can be sent with a PUT request and the blinking sequence can be triggered by a POST request.
Diff: simple-mbed-cloud-client.lib
- Revision:
- 13:49062a0d117e
- Parent:
- 11:6669e1e62d6f
diff -r 0a894bf1f5f2 -r 49062a0d117e simple-mbed-cloud-client.lib --- a/simple-mbed-cloud-client.lib Fri May 18 21:28:25 2018 +0000 +++ b/simple-mbed-cloud-client.lib Fri Oct 05 13:11:30 2018 -0500 @@ -1,1 +1,1 @@ -https://github.com/ARMmbed/simple-mbed-cloud-client/#3b72d712ccdb1fbdfa1bdec5209b52f5b813d819 +https://github.com/ARMmbed/simple-mbed-cloud-client/#a885642da37e1343e248730e7110f3ef0b3db4c9 \ No newline at end of file