13.10 - 19.10
Followed the video tutorial, big fan of Paul, he is the top tech boy. This was an easy to follow introduction to the Arduino, and everything worked for me! I can anticipte the difference in syntax will be a bit of a learning curve and will give me a bit of trouble in the future as programs get more complicated. The delay value at which my eyes could no longer detect the blinking was 12 ms, at 13 the LED still looked wavy.
// all arduino programs have this set up (void & loop)
// commands in void set up will be executed ONE time
void setup() {