";" go on the other side of the function. As such
lcd.print("[ o ]"); <= proper place
lcd.clear(); <= need to include "();"
void loop() {; <= what is this doing here?
.
.
.
;} <= and here?
";" go on the other side of the function. As such
lcd.print("[ o ]"); <= proper place
lcd.clear(); <= need to include "();"
void loop() {; <= what is this doing here?
.
.
.
;} <= and here?