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 KEYBOARD_TS_H 00002 #define KEYBOARD_TS_H 00003 00004 #include "TS_DISCO_F429ZI.h" 00005 00006 enum Buttons{BUTTON_0,BUTTON_1,BUTTON_2,BUTTON_3, BUTTON_4}; 00007 00008 class KeyboardTs : public TS_DISCO_F429ZI{ 00009 public: 00010 enum Buttons{BUTTON_0,BUTTON_1,BUTTON_2,BUTTON_3, BUTTON_4}; 00011 Buttons eRead(void); 00012 KeyboardTs(uint8_t Column); 00013 private: 00014 uint8_t Column; 00015 }; 00016 00017 #endif
Generated on Thu Jul 21 2022 00:31:06 by
1.7.2