Lab that has to do with basic IO on mbed.

Dependencies:   DebounceIn mbed PinDetect

Revision:
44:30abfd5d24f2
Parent:
43:a07c473ee4c7
Child:
45:6f60aac74257
--- a/JessesLab1/main.cpp	Mon Jan 18 15:10:33 2016 +0000
+++ b/JessesLab1/main.cpp	Tue Jan 19 02:38:58 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"
@@ -16,4 +16,4 @@
     led.write(!light);
 
     }
-}
+}*/