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: MBED1zadD2 mbed BSP_DISCO_F429ZI
KeyboardTsLcd.h
00001 #ifndef KEYBOARDTSLCD_H 00002 #define KEYBOARDTSLCD_H 00003 #include "Keyboard_Ts.h" 00004 #include "Led_Lcd.h" 00005 00006 class KeyboardTsLcd{ 00007 private: 00008 KeyboardTs* pKeyboard; 00009 LedLcd* pLed; 00010 public: 00011 KeyboardTsLcd(unsigned char _ucColumn=0); 00012 enum eButtonStates eRead(); 00013 }; 00014 00015 #endif
Generated on Fri Jul 15 2022 15:56:12 by
1.7.2