This example code is in the public domain. http://www.arduino.cc/en/Tutorial/Array int timer = 100; // The higher the number, the slower the timing.
On the reference page for the datatype "array", an example of initialization was shown as the following: notice that in line 3, the array was declared to be of 6 elements, yet only 5 elements are ...