hugh b / Mbed 2 deprecated lm3513

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers main.cpp Source File

main.cpp

00001 LCD DISPLAY
00002 
00003 #include "mbed.h"
00004 #include "TextLCD.h"
00005 TextLCD lcd(p15,p16,p17,p18,p19,p20);
00006 int main()
00007 {
00008     lcd.printf("sankar");
00009     }