
sa
Dependencies: LCD_DISCO_F429ZI mbed TS_DISCO_F429ZI BSP_DISCO_F429ZI
KeyboardTsLcd.h
- Committer:
- wierzba100
- Date:
- 2022-05-16
- Revision:
- 0:564bdd59fe99
File content as of revision 0:564bdd59fe99:
#include "Keyboard_Ts.h" #include "Led_Lcd.h" class KeyboardTsLcd { private: LedLcd *pLed; LedLcd *pLed_2; KeyboardTs *pKeyboard; public: void SetBackgroundColor(void); KeyboardTsLcd(unsigned char); void eRead(void); };