Is there a way to code what I am trying to do?
I wish to use multiple LED's (individually), all of which will have activities from just solid on to flashing sequences with pauses. I am talking for like an airplane navigation lights for a model. Because of high power requirements transistors will have to activate a higher amperage circuit to run them all.
Any that are on solid all the time can be activated by the setup routine, but the other items that really should have their own functions for each type of activity. Well if you call those in a loop, they do their thing and go back to the loop, and wait to be called again. Some of those things take time and it will slow down other activities while each function sits around and gets it's call.
Is there a way to tell a function to keep doing it's thing while the loop continues doing it's thing?
Rank beginner here. I sure hope this is an understandable question.
Thanks.