
Program 2d_2 obsługujący wyświetlacz LCD
Dependencies: LCD_DISCO_F429ZI mbed TS_DISCO_F429ZI BSP_DISCO_F429ZI
KeyboardTsLcd.h
- Committer:
- apepkowski
- Date:
- 2020-06-01
- Revision:
- 0:aa756e4665e5
File content as of revision 0:aa756e4665e5:
#ifndef KEYBOARD_TS_LCD_H #define KEYBOARD_TS_LCD_H #include "Keyboard_Ts.h" #include "Led_Lcd.h" class KeyboardTsLcd{ public: KeyboardTsLcd(unsigned char ucColumnNr); KeyboardTs *pKeyboard; LedLcd *pLed; void eRead(void); }; #endif