Lab that has to do with basic IO on mbed.

Dependencies:   DebounceIn mbed PinDetect

Revision:
47:0efd125c7f2d
Parent:
46:7775a1ff6915
Child:
51:e12b3635afae
--- a/JessesLab1/main.cpp	Fri Jan 22 01:24:53 2016 +0000
+++ b/JessesLab1/main.cpp	Sat Jan 23 06:44:49 2016 +0000
@@ -1,4 +1,4 @@
-// <- remove this if you want to code this and comment Georges
+/*// <- remove this if you want to code this and comment Georges
 #include "mbed.h"
 #include "DebounceIn.h"
 #include "PinDetect.h"
@@ -125,4 +125,6 @@
 //  interrupt.fall(&fallInterrupt);
 //  interrupt.mode(PullUp);
 //  while (1) {}
-//}
\ No newline at end of file
+//}
+
+*/
\ No newline at end of file