ohmori takehito / Mbed 2 deprecated test6-0425

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 led(PTC12,PTC13,PTC16,PTC17,PTA16,PTA17);
00004 
00005 int main() {
00006     while(1) {
00007         led.printf("oomori\n");
00008     }
00009 }