sandbox / Mbed OS simple-mbed-client-example

Dependencies:   simple-mbed-client

Fork of simple-mbed-client-example by Jan Jongboom

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) {