130_Uhr_I2C_LCD_AA

Files at this revision

API Documentation at this revision

Comitter:
itbusch
Date:
Thu Feb 24 09:47:44 2022 +0000
Parent:
1:ab509ca64845
Commit message:
130_Uhr_I2C_LCD_AA

Changed in this revision

I2C_LCD_Ausgabe.h Show annotated file Show diff for this revision Revisions of this file
--- a/I2C_LCD_Ausgabe.h	Thu Feb 24 06:48:03 2022 +0000
+++ b/I2C_LCD_Ausgabe.h	Thu Feb 24 09:47:44 2022 +0000
@@ -5,5 +5,5 @@
     mylcd.cursorpos(0x00);
     mylcd.printf(" Uhrzeit:");
     mylcd.cursorpos(0x40);
-    mylcd.printf(" %2d h: m:%2d s:%2d ",stdu, minu, sec);
+   //Ergänzen Sie
 }
\ No newline at end of file