
MBED Gaweda Cz1
Dependencies: LCD_DISCO_F429ZI mbed TS_DISCO_F429ZI BSP_DISCO_F429ZI
Diff: KeyboardTsLcd.h
- Revision:
- 1:1ce1a6359874
diff -r 8a56d85a76bc -r 1ce1a6359874 KeyboardTsLcd.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/KeyboardTsLcd.h Mon Jun 01 11:21:26 2020 +0000 @@ -0,0 +1,15 @@ +#ifndef KEYBOARDTSLCD_H +#define KEYBOARDTSLCD_H + + +class KeyboardTsLcd{ + public: + enum eKEYBOARD_KEY eRead(void); + KeyboardTsLcd(unsigned char _ucColumn); +}; + + + + + +#endif \ No newline at end of file