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.
Dependencies: mbed mbed-rtos X_NUCLEO_IHM02A1
Display.h
00001 #ifndef MBED_Display_H 00002 #define MBED_Display_H 00003 00004 void DisplaySendeBefehl(unsigned char Befehl); 00005 void DisplaySendeZeichen(unsigned char Zeichen); 00006 void DisplaySendeString(char *String); 00007 void DisplayInit(); 00008 void gotoxy(unsigned char x, unsigned char y); 00009 00010 #endif
Generated on Mon Jul 25 2022 02:36:14 by
1.7.2