diff --git a/Firmware/SIMON_1_BLINK/SIMON_1_BLINK.pde b/Firmware/SIMON_1_BLINK/SIMON_1_BLINK.ino old mode 100755 new mode 100644 similarity index 86% rename from Firmware/SIMON_1_BLINK/SIMON_1_BLINK.pde rename to Firmware/SIMON_1_BLINK/SIMON_1_BLINK.ino index c0ec37d..99e9433 --- a/Firmware/SIMON_1_BLINK/SIMON_1_BLINK.pde +++ b/Firmware/SIMON_1_BLINK/SIMON_1_BLINK.ino @@ -6,6 +6,10 @@ Pete Lewis Sparkfun Electronics 10/13/2010 +Modified by +Prof Mike Soltys +01/15/2013 + This example code is in the public domain. ////////////////////////////////////////////////// @@ -16,6 +20,12 @@ SETUP & UPLOAD INSTRUCTIONS 4. Click on the "upload button" - it looks like a box with an arrow to the right. ////////////////////////////////////////////////// +////////////////////////////////////////////////// +DESCRIPTION +Causes one LED to blink continuously with one second increments +////////////////////////////////////////////////// + + */