Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: simple-mbed-cloud-client LM75B MMA7660
Fork of mbed-cloud-connect-example-wifi by
Diff: main.cpp
- Revision:
- 14:30fde4120a4d
- Parent:
- 13:428ae6d8349a
- Child:
- 15:64d7f2f1f341
diff -r 428ae6d8349a -r 30fde4120a4d main.cpp --- a/main.cpp Sat Jun 30 05:42:47 2018 +0000 +++ b/main.cpp Sun Jul 01 02:53:57 2018 +0000 @@ -34,7 +34,6 @@ /* The following app uses Mbed Cloud with SD Card storage, button, & led */ // Placeholder to hardware that trigger events (timer, button, etc) -//Ticker timer; /* K64 & K66 */ InterruptIn sw2(SW2); DigitalOut led2(LED2);
