Hi
I need help to resolve one problem .Does the code for the blinkwithoutdelay (attachment) which I changed a little is valid and if it is not what is the solution to this problem .
Because of the system solution I need to set the value of the previousMillis in one if statement and to use this value in another if statement.
I try to test this code but it seem it does not work.
the
Regards
Riste
The led must turn on after one second when A0 < 30.
So, when the value is less than 30, and the timer is not running, start the timer. That is, record when the need to turn the LED on occurs, but only if the need to turn the LED on has not already been recorded.