20140907

Dependencies:   TextLCD TextLCD_HelloWorld mbed

Files at this revision

API Documentation at this revision

Comitter:
nishansryochi
Date:
Wed Oct 29 01:21:17 2014 +0000
Commit message:
20140907

Changed in this revision

TextLCD.lib Show annotated file Show diff for this revision Revisions of this file
TextLCD_HelloWorld.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	Wed Oct 29 01:21:17 2014 +0000
@@ -0,0 +1,1 @@
+http://mbed.org/users/simon/code/TextLCD/#308d188a2d3a
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/TextLCD_HelloWorld.lib	Wed Oct 29 01:21:17 2014 +0000
@@ -0,0 +1,1 @@
+http://mbed.org/users/simon/code/TextLCD_HelloWorld/#ad0b044d0a10
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/main.cpp	Wed Oct 29 01:21:17 2014 +0000
@@ -0,0 +1,10 @@
+#include "mbed.h"
+#include "TextLCD.h"
+
+TextLCD lcd(p24,p25,p26,p27,p28,p29,p30);//rs,rw,e,d4,d5,d6,d7
+
+int main(){
+    lcd.cls();
+    lcd.printf("AHOBOKE");
+    }
+    
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mbed.bld	Wed Oct 29 01:21:17 2014 +0000
@@ -0,0 +1,1 @@
+http://mbed.org/users/mbed_official/code/mbed/builds/9327015d4013
\ No newline at end of file