LCD DISPLAY #include "mbed.h" #include "TextLCD.h" TextLCD lcd(p15,p16,p17,p18,p19,p20); int main() { lcd.printf("sankar"); }
LCD DISPLAY #include "mbed.h" #include "TextLCD.h" TextLCD lcd(p15,p16,p17,p18,p19,p20); int main() { lcd.printf("sankar"); }