
Initial version.
Dependencies: LCD_DISCO_F429ZI mbed TS_DISCO_F429ZI BSP_DISCO_F429ZI
Keyboard_TsLcd.h
- Committer:
- bridzysta
- Date:
- 2020-05-18
- Revision:
- 0:00760a80f72b
File content as of revision 0:00760a80f72b:
#ifndef KEYBOARDTSLCD_H #define KEYBOARDTSLCD_H #include "Keyboard_Ts.h" #include "Led_Lcd.h" class KeyboardTsLcd{ private: KeyboardTs *pKeyboard; LedLcd *pLed; public: KeyboardTsLcd(unsigned char _ucColumn); enum State eRead(void); }; #endif