AGH PPO MBED cz.I

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