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
Keyboard_Ts.h
00001 #ifndef KEYBOARDTS_H 00002 #define KEYBOARDTS_H 00003 00004 enum State {BUTTON_0, BUTTON_1, BUTTON_2, BUTTON_3, RELASED}; 00005 00006 class KeyboardTs { 00007 private: 00008 unsigned char ucColumnIndex; 00009 public: 00010 KeyboardTs(unsigned char ucColumnPosition); 00011 enum State eRead(void); 00012 }; 00013 00014 #endif//KEYBOARDTS_H
Generated on Tue Jul 12 2022 21:37:19 by
1.7.2