
Mbed touchscreed project. To be corrected
Dependencies: LCD_DISCO_F429ZI mbed TS_DISCO_F429ZI BSP_DISCO_F429ZI
Diff: KeyboardTsLcd.h
- Revision:
- 1:55e05d2aa9cd
- Child:
- 4:35b2f0e76b02
diff -r f8f35dda9f62 -r 55e05d2aa9cd KeyboardTsLcd.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/KeyboardTsLcd.h Fri May 08 10:45:50 2020 +0000 @@ -0,0 +1,17 @@ +#ifndef KEYBOARD_TS_LCD_H +#define KEYBOARD_TS_LCD_H + +#include "Keyboard_Ts.h" +#include "Led_Lcd.h" + +class KeyboardTsLcd { + private: + + public: + KeyboardTs * pKeyboard; + LedLcd * pLed; + KeyboardTsLcd(unsigned char); + enum Buttons eRead(void); +}; + +#endif