I want to run a loop within the loop. In my code now I want to have the led to blink with 1 second apart, and every three seconds, the buzzer to buzz, but when i use delay the led flashes and then I need to wait the three seconds for the buzzer to finish before it starts flash again.
Is this where you use the "for" statment? Do you have an example?