LCD Baseshield GSOE GSOF
Dependents: WebserverGSOE_Schnaiter HC05__TI4_RP5_Schnaiter
Diff: LCD.h
- Revision:
- 11:e02aaac1b3cf
- Parent:
- 10:6104b8ad248f
--- a/LCD.h Wed Aug 04 16:18:24 2021 +0000 +++ b/LCD.h Wed Aug 04 16:22:05 2021 +0000 @@ -1,4 +1,4 @@ -/***Verwendet SoftwareI2C von: +/** Verwendet SoftwareI2C von: * mbed Library to use a software master i2c interface on any GPIO pins * Copyright (c) 2012 Christopher Pepper * Released under the MIT License: http://mbed.org/license/mit @@ -35,20 +35,20 @@ SoftwareI2C *i2c; uint8_t wert; public: - /*** Create LCD Instance + /** Create LCD Instance */ lcd(void); - /*** löscht das Display + /** löscht das Display */ void clear(void); - /*** Positioniert den Cursor + /** Positioniert den Cursor * @param pos 0.. 0xF 1. Zeile, 0x40..0x4F 2. Zeile */ void cursorpos(uint8_t pos); - /*** Print formattet + /** Print formattet * @param *format Formatstring * @param ... Variablenliste */