a
Dependencies: BSP_DISCO_F429ZI LCD_DISCO_F429ZI TS_DISCO_F429ZI mbed
Fork of Mbed1d-2 by
Diff: KeyboardTsLcd.h
- Revision:
- 0:9b028a92ac8a
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/KeyboardTsLcd.h Mon Apr 24 15:26:38 2017 +0000 @@ -0,0 +1,17 @@ +#ifndef KEYBOARDTSLCD_H +#define KEYBOARDTSLCD_H + +#include "Led_Lcd.h" +#include "Keyboard_TS.h" + + +class KeyboardTSLcd{ + public: + enum KeyboardState eRead(); + KeyboardTSLcd(uint8_t Column); + private: + KeyboardTs *pKeyboard; + LedLcd *pLed; + }; + +#endif \ No newline at end of file