
Mbed touchscreed project. To be corrected
Dependencies: LCD_DISCO_F429ZI mbed TS_DISCO_F429ZI BSP_DISCO_F429ZI
Diff: KeyboardTsLcd.h
- Revision:
- 4:35b2f0e76b02
- Parent:
- 1:55e05d2aa9cd
--- a/KeyboardTsLcd.h Fri May 08 10:57:14 2020 +0000 +++ b/KeyboardTsLcd.h Mon May 11 09:49:05 2020 +0000 @@ -6,10 +6,9 @@ class KeyboardTsLcd { private: - + KeyboardTs *pKeyboard; public: - KeyboardTs * pKeyboard; - LedLcd * pLed; + LedLcd *pLed; KeyboardTsLcd(unsigned char); enum Buttons eRead(void); };