Added an arduino temp program

This commit is contained in:
plane000
2018-05-15 10:59:52 +01:00
parent f87ceaf392
commit 16ddbd0dbb
2 changed files with 48 additions and 5 deletions

View File

@@ -11,9 +11,4 @@ void setup() {
void loop() {
lcd.setCursor(0, 1);
lcd.print(millis() / 1000);
lcd.setCursor(10, 1);
lcd.print(counter);
counter++;
}