InterruptIn örneği

Fork of InterruptIn_HelloWorld by mbed_example

Revision:
3:f729f0421740
Parent:
2:dc8472f90484
Child:
5:62afaa6c5cb9
--- a/main.cpp	Fri Mar 27 20:14:27 2015 +0000
+++ b/main.cpp	Thu Jan 19 10:41:34 2017 -0600
@@ -15,7 +15,7 @@
  */
 #include "mbed.h"
  
-InterruptIn button(p5);
+InterruptIn button(SW2);
 DigitalOut led(LED1);
 DigitalOut flash(LED4);