InterruptIn örneği

Fork of InterruptIn_HelloWorld by mbed_example

Revision:
6:0fa52feea38a
Parent:
5:62afaa6c5cb9
--- a/main.cpp	Fri May 11 05:08:07 2018 +0000
+++ b/main.cpp	Fri May 11 05:08:57 2018 +0000
@@ -1,7 +1,5 @@
 #include "mbed.h"
 
-
-
 volatile int count = 0;
 InterruptIn interrupt(USER_BUTTON);