this line:
if (doBlink == false && currentMillis - previousMillis >= 5000)
I understand it's checking if 5 seconds has past and the doBlink is false but what has been assigned to previousMillis ?
this line:
if (doBlink == false && currentMillis - previousMillis >= 5000)
I understand it's checking if 5 seconds has past and the doBlink is false but what has been assigned to previousMillis ?