Take* Yuuki / Mbed 2 deprecated Daikou_BoardOrange_LCD00

Dependencies:   TextLCD mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers main.cpp Source File

main.cpp

00001 #include "mbed.h"
00002 #include "TextLCD.h"
00003 
00004 TextLCD lcd(p24,p26,p27,p28,p29,p30);
00005 
00006 int main() {
00007   
00008     lcd.cls();
00009     lcd.printf("Daikoudenshika");
00010 
00011 }