Hello,
I am a complete noob in the field of Arduino.
Presently I am struggling to create a simple Arduino Program which is as follows:
I want to blink 3 LEDs at 1 Hz rate on separate pins.
The condition is that, only at the start up, meaning when the Arduino is switched ON, the 1st LED should begin flashing normally without any initial delay at 1 Hz rate.
The 2nd LED must start its 1 Hz flashing after about 0.66 seconds behind the 1st LED
The 3rd LED must begin blinking after about 0.66 seconds behind the 3rd LED.
These delays are needed only at the start up, after this the 3 LEDs just go on blinking at there own 1 Hz rate.
I hope somebody will be able to help me out with the code.
Thanks very much in advance.