Dependencies:   mbed

Fork of Board1Prg2 by IIOT Lecturers

Revision:
1:5f6d4748c3ff
Parent:
0:bcf6fcde4f32
--- 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;