Krzysztof Miskowicz, MBED cz. 1

Dependencies:   LCD_DISCO_F429ZI mbed TS_DISCO_F429ZI KEYBOARD_TS MBED BSP_DISCO_F429ZI

KeyboardTsLcd.h

Committer:
krzysiek99
Date:
2020-05-08
Revision:
1:53c866f28268
Parent:
0:e989dd513005

File content as of revision 1:53c866f28268:

#ifndef KEYBOARD_TS_LCD_H
    #define KEYBOARD_TS_LCD_H
    #include "Keyboard_Ts.h"
    #include "Led_Lcd.h"
    class KeyboardTsLcd
    {
        public:
            KeyboardTsLcd(unsigned char ucColumn);
            void eRead();
            KeyboardTs *pKeyboard;
            LedLcd *pLed;
    };
#else
    #error "This class was definied previously"
#endif