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

Dependencies:   mbed

Changes

RevisionDateWhoCommit message
0:2627dc00798f 2022-05-22 hughbellinger 1 default tip