a

Dependencies:   BSP_DISCO_F429ZI KeyboardTsLcd1 Keyboard_Ts2 LCD_DISCO_F429ZI Led_Lcd2 TS_DISCO_F429ZI mbed

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 
00005 int main()
00006 {
00007     KeyboardTsLcd Keyboard(1);
00008     while(1) {
00009         Keyboard.eRead();
00010         wait(0.1);
00011     }
00012 }