PubInv / krake

A wireless alarm device which makes loud noises and flashes lights to alert a human
GNU Affero General Public License v3.0
0 stars 2 forks source link

Integrate the millis() method in V2 and remove delay() #18

Closed nk25719 closed 1 month ago

nk25719 commented 3 months ago

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.

nk25719 commented 1 month ago

in Krake_arduinoIDE_V2 the delays() are replaced with millis()

closing this issue.