Bhargav Kalluri / Mbed 2 deprecated mbed_blinky

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(p15, p16, p17, p18, p19, p20, TextLCD::LCD16x2);
00005 
00006 int main() {
00007   lcd.printf("Jai Balayya!\n");
00008   lcd.printf("Jai Jai Balayya!\n");
00009 }