HelloWorld with Button

Fork of events_ex_1 by mbed_example

Revision:
1:3ee1c217f3cb
Parent:
0:aea2e03f5625
Child:
3:f3c40f098a11
--- a/main.cpp	Thu Jan 19 14:24:27 2017 -0600
+++ b/main.cpp	Tue May 23 10:20:54 2017 -0500
@@ -7,7 +7,6 @@
 Thread t;
 
 void rise_handler(void) {
-    printf("rise_handler in context %p\r\n", Thread::gettid());
     // Toggle LED
     led1 = !led1;
 }