delay(750); // wait for a second
This ensures that NOTHING else happens at the same time.
As we tell everyone else, look at the blink without delay example, without delay.
delay(750); // wait for a second
This ensures that NOTHING else happens at the same time.
As we tell everyone else, look at the blink without delay example, without delay.