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:d3ea274bc4c5 2022-05-22 hughbellinger 1 default tip