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-client
Fork of simple-mbed-client-example by
Diff: main.cpp
- Revision:
- 29:dd6231df71bb
- Parent:
- 28:f5e41738699d
- Child:
- 34:1e8d914a2876
--- a/main.cpp Thu Aug 25 14:39:39 2016 +0200
+++ b/main.cpp Tue Sep 06 13:38:46 2016 +0200
@@ -8,7 +8,7 @@
DigitalOut led(LED1);
DigitalOut blinkLed(LED2);
-InterruptIn btn(SW2);
+InterruptIn btn(MBED_CONF_APP_BUTTON);
Semaphore updates(0);
void patternUpdated(string v) {
