Natalia Garavito / Mbed 2 deprecated Lcd

Dependencies:   mbed TextLCD

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(PB_4, PB_10, PA_9, PC_7, PB_6, PA_7, TextLCD::LCD16x2); // rs, e, d4-d7
00005 
00006 int main() {
00007     lcd.printf("HOLA PACHITO! \n");
00008     }