20140907
Dependencies: TextLCD TextLCD_HelloWorld mbed
Revision 0:5239b1cfa6b6, committed 2014-10-29
- Comitter:
- nishansryochi
- Date:
- Wed Oct 29 01:21:17 2014 +0000
- Commit message:
- 20140907
Changed in this revision
diff -r 000000000000 -r 5239b1cfa6b6 TextLCD.lib --- /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
diff -r 000000000000 -r 5239b1cfa6b6 TextLCD_HelloWorld.lib --- /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
diff -r 000000000000 -r 5239b1cfa6b6 main.cpp --- /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
diff -r 000000000000 -r 5239b1cfa6b6 mbed.bld --- /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