hugh b / Mbed 2 deprecated lm3513

Dependencies:   mbed

Revision:
0:2627dc00798f
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/main.cpp	Sun May 22 20:22:36 2022 +0000
@@ -0,0 +1,9 @@
+LCD DISPLAY
+
+#include "mbed.h"
+#include "TextLCD.h"
+TextLCD lcd(p15,p16,p17,p18,p19,p20);
+int main()
+{
+    lcd.printf("sankar");
+    }
\ No newline at end of file