lcd

Dependencies:   TextLCD

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers main.cpp Source File

main.cpp

00001 
00002 #include "mbed.h"
00003 #include "TextLCD.h"
00004  
00005 TextLCD lcd(D10, D11, D12, D13, D14, D15, TextLCD::LCD20x4); // rs, e, d4-d7
00006  
00007 int main() {
00008     lcd.printf("Arci es la Bomba!\n");
00009 }