Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Revision 2:3181765f980d, committed 2022-02-24
- 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 |
diff -r ab509ca64845 -r 3181765f980d I2C_LCD_Ausgabe.h
--- 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