
MBED Gaweda Cz1
Dependencies: LCD_DISCO_F429ZI mbed TS_DISCO_F429ZI BSP_DISCO_F429ZI
KeyboardTsLcd.h
- Committer:
- kacpergaweda
- Date:
- 2020-06-01
- Revision:
- 1:1ce1a6359874
File content as of revision 1:1ce1a6359874:
#ifndef KEYBOARDTSLCD_H #define KEYBOARDTSLCD_H class KeyboardTsLcd{ public: enum eKEYBOARD_KEY eRead(void); KeyboardTsLcd(unsigned char _ucColumn); }; #endif