Block a user
LED Lights are not turning off
Also need to be careful with the delay() function. While it is unlikely to be the cause of the lights never turning off, it does effectivly pause the execution of the code at that point until the…
LED Lights are not turning off
I believe this is from this section of code:
//If LED is ON.... Check timer since last Button Activity.
switch (ledOn)
{
case true:
//If Max time has elapsed, then…