sa
Dependencies:
LCD_DISCO_F429ZI
mbed
TS_DISCO_F429ZI
BSP_DISCO_F429ZI
main.cpp
- Committer:
- wierzba100
- Date:
- 2022-05-16
- Revision:
- 0:564bdd59fe99
File content as of revision 0:564bdd59fe99:
#include "mbed.h"
#include "KeyboardTsLcd.h"
int main()
{
KeyboardTsLcd Keyboard(0);
while(1)
{
Keyboard.eRead();
wait(0.1);
}
}