kalau perlu tekanlah

Dependencies:   TextLCD mbed

Files at this revision

API Documentation at this revision

Comitter:
ANIS_RASHID
Date:
Thu May 17 08:19:11 2018 +0000
Commit message:
susah senang bersama

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
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/TextLCD.lib	Thu May 17 08:19:11 2018 +0000
@@ -0,0 +1,1 @@
+https://os.mbed.com/users/simon/code/TextLCD/#308d188a2d3a
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/main.cpp	Thu May 17 08:19:11 2018 +0000
@@ -0,0 +1,14 @@
+// Hello World! for the TextLCD
+
+#include "mbed.h"
+#include "TextLCD.h"
+
+TextLCD lcd(D8,D9,D4,D5,D6,D7); // rs, e, d4-d7
+
+int main() {
+    lcd.cls();
+    lcd.locate(3,0);
+    lcd.printf("anis fathirah");
+    lcd.locate (7,1);
+    lcd.printf("15b03006");
+}
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mbed.bld	Thu May 17 08:19:11 2018 +0000
@@ -0,0 +1,1 @@
+https://os.mbed.com/users/mbed_official/code/mbed/builds/5aab5a7997ee
\ No newline at end of file