while() {
if() {
}
else if () {
}
else () {
}
delay(5000);
} // or put here
delay(5000);
This section didn't execute.
The delay(5000); doesn't execute, I mean the sketch didn't execute this line no matter where to put it.
while() {
if() {
}
else if () {
}
else () {
}
delay(5000);
} // or put here
delay(5000);
This section didn't execute.
The delay(5000); doesn't execute, I mean the sketch didn't execute this line no matter where to put it.