Krzysztof Miskowicz, MBED cz. 1

Dependencies:   LCD_DISCO_F429ZI mbed TS_DISCO_F429ZI KEYBOARD_TS MBED BSP_DISCO_F429ZI

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers KeyboardTsLcd.h Source File

KeyboardTsLcd.h

00001 #ifndef KEYBOARD_TS_LCD_H
00002     #define KEYBOARD_TS_LCD_H
00003     #include "Keyboard_Ts.h"
00004     #include "Led_Lcd.h"
00005     class KeyboardTsLcd
00006     {
00007         public:
00008             KeyboardTsLcd(unsigned char ucColumn);
00009             void eRead();
00010             KeyboardTs *pKeyboard;
00011             LedLcd *pLed;
00012     };
00013 #else
00014     #error "This class was definied previously"
00015 #endif