諒太 宮澤
/
mbed_bord_lcd
mbedボードテスト LCD表示
Diff: main.cpp
- Revision:
- 0:6fd925307171
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/main.cpp Thu Apr 21 10:19:09 2016 +0000 @@ -0,0 +1,8 @@ +#include "mbed.h" +#include "TextLCD.h" + +TextLCD lcd(PTC12, PTC13, PTC16, PTC17, PTA16, PTA17); + +int main() { + lcd.printf("HELLO WORLD\n"); + } \ No newline at end of file