How to turn Arduino into a timer. I want the 8 LEDs to turn on and off not all together, but in a different timeframe. After one gets turned On and Off, the other takes over for a certain second or minute and so on for the others.
1 Answers
Hi.
I think for what you want to achieve, it would be interesting to use the taskScheduler library.
Take a look at the following link:
It provides many different examples that might be useful.
Regards,
Sara