blabla

Dependencies:   LCD_DISCO_F429ZI mbed TS_DISCO_F429ZI BSP_DISCO_F429ZI

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers main.cpp Source File

main.cpp

00001 #include "mbed.h"
00002 #include "KeyboardTsLcd.h"
00003 
00004 int main()
00005 {
00006     KeyboardTsLcd Keyboard(1);
00007     while(1){
00008         Keyboard.eRead();
00009         wait(0.1);
00010         }
00011 }