Use this code as a template for Question 1

Dependencies:   mbed

Revision:
1:5f6d4748c3ff
Parent:
0:bcf6fcde4f32
Child:
2:50d62982790c
--- a/main.cpp	Wed Mar 28 07:33:30 2018 +0000
+++ b/main.cpp	Wed Sep 12 05:59:47 2018 +0000
@@ -1,7 +1,6 @@
 #include "mbed.h"
  
 DigitalOut myled(LED1);
-//DigitalIn button1(USER_BUTTON);
 InterruptIn  button1(USER_BUTTON);
  
 bool active = false;