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: LCD_DISCO_F429ZI mbed TS_DISCO_F429ZI BSP_DISCO_F429ZI
KeyboardTsLcd.h
00001 #ifndef KEYBOARD_TS_LCD_H 00002 #define KEYBOARD_TS_LCD_H 00003 #include "Keyboard_Ts.h" 00004 #include "Led_Lcd.h" 00005 00006 class KeyboardTsLcd{ 00007 public: 00008 KeyboardTsLcd(unsigned char ucColumnNr); 00009 KeyboardTs *pKeyboard; 00010 LedLcd *pLed; 00011 void eRead(void); 00012 }; 00013 #endif
Generated on Sun Jul 24 2022 01:31:24 by
