Filip Pervan / Mbed 2 deprecated Pervan_VT4

Dependencies:   TextLCD mbed

Fork of VT3_Fili_Pervan by Applied engineering Team

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  TextLCD lcd(p19, p20, p21, p22, p23, p24,TextLCD::LCD8x2);
00004 int main() {
00005 lcd.printf("Hello World!");
00006 }