Kacper Gaweda / Mbed 2 deprecated 2a

Dependencies:   LCD_DISCO_F429ZI mbed TS_DISCO_F429ZI 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 
00004 
00005 class KeyboardTsLcd{
00006     public:
00007         enum eKEYBOARD_KEY eRead(void);
00008         KeyboardTsLcd(unsigned char _ucColumn);
00009 };        
00010 
00011 
00012 
00013 
00014 
00015 #endif