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 KEYBOARDTSLCD_H 00002 #define KEYBOARDTSLCD_H 00003 00004 #include "Keyboard_Ts.h" 00005 #include "Led_Lcd.h" 00006 00007 class KeyboardTsLcd{ 00008 public: 00009 KeyboardTsLcd(unsigned char _ucColumn); 00010 enum State eRead(void); 00011 private: 00012 KeyboardTs *pKeyboard; 00013 LedLcd *pLed; 00014 }; 00015 00016 #endif//KEYBOARDTSLCD_H
Generated on Tue Jul 12 2022 21:37:19 by
1.7.2