Is your feature request related to a problem? Please describe.A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
delay() pauses the entire program, making the processor do nothing while waiting.
Describe the solution you'd likeA clear and concise description of what you want to happen.
Allow the program to continue running, so you can check if a certain amount of time has passed without stopping the execution of the program by using millis()
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] delay() pauses the entire program, making the processor do nothing while waiting.
Describe the solution you'd like A clear and concise description of what you want to happen. Allow the program to continue running, so you can check if a certain amount of time has passed without stopping the execution of the program by using millis()
Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.
Additional context Add any other context or screenshots about the feature request here.