2d1

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