mostly working

This commit is contained in:
Jeff Clement 2016-02-11 19:21:28 -07:00
parent b23b07d133
commit 0fc5c982cd
1 changed files with 4 additions and 0 deletions

View File

@ -52,6 +52,10 @@ void setup()
// initialize LCD
lcd.begin(20, 4);
lcd.backlight();
lcd.setCursor(1,1);
lcd.print("Jeff's Inept");
lcd.setCursor(6,2);
lcd.print("Kub Kar Timer");
}
void resetCars() {