Yuma Inoue / Mbed 2 deprecated LCD

Dependencies:   TextLCD mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers main.cpp Source File

main.cpp

00001 #include "TextLCD.h"
00002 #include "mbed.h"
00003 TextLCD lcd(PTC12,PTC13,PTC16,PTC17,PTA16,PTA17);
00004 
00005 int main() {
00006     while(1) {
00007        lcd.printf("inoue yuma/n");
00008     }
00009 }