Yuma Inoue
/
LCD
ss
Diff: main.cpp
- Revision:
- 0:a7b4b6d7c822
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/main.cpp Mon Apr 25 07:33:17 2016 +0000 @@ -0,0 +1,9 @@ +#include "TextLCD.h" +#include "mbed.h" +TextLCD lcd(PTC12,PTC13,PTC16,PTC17,PTA16,PTA17); + +int main() { + while(1) { + lcd.printf("inoue yuma/n"); + } +}