Help with repeated serial command, Blink Without Delay

Danois90:
On GitHub you download it as a ZIP. In the Arduino IDE, you can install a library as a ZIP.

Got it, I'll give it a try :slight_smile:

Robin2:
The demo Several Things at a Time is an extended example of BWoD and illustrates the use of millis() to manage timing without blocking. It may help with understanding the technique.

...R

Ok, I'll have a look over that again, thanks :slight_smile: