mbedボードテスト LCD表示

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(PTC12, PTC13, PTC16, PTC17, PTA16, PTA17);
00005 
00006 int main() {
00007      lcd.printf("HELLO WORLD\n");
00008      }