Hi guys, I have a question.
I am doing a project which requires me to have Strobe light and Beacon light executing at the same time.
The Strobe(blinking twice) light needs to be able to blink 75 times per minute.
The Beacon ligt needs to be able to blink 60 times per minute.
I know that it is not possible to use delay because it will interfere with one another. I tried using millis in blink without delays but the result wasn't pleasing.
Any suggestions? ![]()
I tried using millis in blink without delays but the result wasn't pleasing.
Any suggestions?
Keep trying.
Or post your code and your observations.
I know that it is not possible to use delay because it will interfere with one another
That's not necessarily so.