Sunday, September 7, 2014

Project 2 SOS morse code

SOS morse code

notes:

- curved wire for led = positive
- ms intervals determine letters
- delay is pause in milliseconds
- x can only be seen within its own code block ( )
- x++ = x = x +1
- if x < 3, the loop is executed but but once x++ surpass 3 the loop is started over because the loop is seen as false.

No comments:

Post a Comment