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
KeyboardTs.h
00001 #ifndef KEYBOARDTS_H 00002 #define KEYBOARDTS_H 00003 #include "mbed.h" 00004 00005 enum eKEYBOARD_KEY {BUTTON_0, BUTTON_1, BUTTON_2, BUTTON_3, NOT_TOUCHED}; 00006 00007 class KeyboardTs{ 00008 public: 00009 KeyboardTs(uint8_t iColumnNumberConstructor); 00010 enum eKEYBOARD_KEY eRead(void); 00011 uint8_t iColumnNumber; 00012 private: 00013 uint16_t x, y; 00014 00015 00016 00017 }; 00018 00019 00020 00021 00022 00023 00024 #endif
Generated on Tue Jul 12 2022 19:20:05 by
1.7.2