LCD DISPLAY #include "mbed.h" #include "TextLCD.h" TextLCD lcd(p15,p16,p17,p18,p19,p20); int main() { lcd.printf("sankar"); }
Changes
| Revision | Date | Who | Commit message |
|---|---|---|---|
| 0:2627dc00798f | 2022-05-22 | hughbellinger | 1 |
LCD DISPLAY #include "mbed.h" #include "TextLCD.h" TextLCD lcd(p15,p16,p17,p18,p19,p20); int main() { lcd.printf("sankar"); }
| Revision | Date | Who | Commit message |
|---|---|---|---|
| 0:2627dc00798f | 2022-05-22 | hughbellinger | 1 |