Manuel Silva
You have at least two options: replace or extend the lcd.print(...) statements by a function call to do whatever you like. Or you may just set some status variable and react later in the loop() function to it.
Manuel Silva
You have at least two options: replace or extend the lcd.print(...) statements by a function call to do whatever you like. Or you may just set some status variable and react later in the loop() function to it.