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: BSP_DISCO_F429ZI LCD_DISCO_F429ZI TS_DISCO_F429ZI mbed
KeyboardTsLcd.h
00001 #ifndef KEYBOARDTSCLD_H 00002 #define KEYBOARDTSCLD_H 00003 00004 #include "Led_Lcd.h" 00005 #include "Keyboard_Ts.h" 00006 00007 class KeyboardTsLcd { 00008 00009 KeyboardTs *pKeyboard; 00010 LedLcd *pLed; 00011 00012 public: 00013 KeyboardTsLcd(void); 00014 int eRead(void); 00015 00016 }; 00017 00018 #endif
Generated on Sat Jul 23 2022 10:37:40 by
