I prefer this kind of thing. It just feels neater to me. Shrug.
if (seconds < 10)
{
lcd.print("0");
}
lcd.print(seconds);
I prefer this kind of thing. It just feels neater to me. Shrug.
if (seconds < 10)
{
lcd.print("0");
}
lcd.print(seconds);