FILIP KSIĘŻYC / Mbed 2 deprecated ZAD2_d2

Dependencies:   MBED1zadD2 mbed BSP_DISCO_F429ZI

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers KeyboardTsLcd.h Source File

KeyboardTsLcd.h

00001 #ifndef KEYBOARDTSLCD_H
00002 #define KEYBOARDTSLCD_H
00003 #include "Keyboard_Ts.h"
00004 #include "Led_Lcd.h"
00005 
00006 class KeyboardTsLcd{
00007     private:  
00008         KeyboardTs* pKeyboard;
00009         LedLcd* pLed;    
00010     public:
00011         KeyboardTsLcd(unsigned char _ucColumn=0);
00012         enum eButtonStates eRead();
00013 };
00014 
00015 #endif