lcd sahaja

Dependencies:   TextLCD mbed

Files at this revision

API Documentation at this revision

Comitter:
syakir93
Date:
Thu May 17 07:02:27 2018 +0000
Commit message:
LCD sahaja

Changed in this revision

TextLCD.lib Show annotated file Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
mbed.bld Show annotated file Show diff for this revision Revisions of this file
diff -r 000000000000 -r be9390948f63 TextLCD.lib
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/TextLCD.lib	Thu May 17 07:02:27 2018 +0000
@@ -0,0 +1,1 @@
+https://os.mbed.com/users/simon/code/TextLCD/#308d188a2d3a
diff -r 000000000000 -r be9390948f63 main.cpp
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/main.cpp	Thu May 17 07:02:27 2018 +0000
@@ -0,0 +1,14 @@
+ #include "mbed.h"
+ #include "TextLCD.h"
+  TextLCD lcd(D8, D9, D4, D5, D6, D7); // rs, e, d0, d1, d2, d3 
+  int x=0; 
+  int main() 
+  { lcd.printf("syakir"); 
+  while (1) 
+  { lcd.locate(5,1);
+   lcd.printf("EMBEDDED");
+  //  wait(1); 
+//    x++; 
+}
+     }
+
diff -r 000000000000 -r be9390948f63 mbed.bld
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mbed.bld	Thu May 17 07:02:27 2018 +0000
@@ -0,0 +1,1 @@
+https://os.mbed.com/users/mbed_official/code/mbed/builds/5aab5a7997ee
\ No newline at end of file