Quang Anh Le
/
LCD_test_copy
LCD_test
Revision 0:3c8d9f8a156f, committed 2019-04-30
- Comitter:
- QuangAnhLe
- Date:
- Tue Apr 30 10:04:23 2019 +0000
- Commit message:
- first commit
Changed in this revision
diff -r 000000000000 -r 3c8d9f8a156f TextLCD.lib --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/TextLCD.lib Tue Apr 30 10:04:23 2019 +0000 @@ -0,0 +1,1 @@ +https://os.mbed.com/users/davervw/code/TextLCD/#c5318c74f1a9
diff -r 000000000000 -r 3c8d9f8a156f main.cpp --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/main.cpp Tue Apr 30 10:04:23 2019 +0000 @@ -0,0 +1,8 @@ +#include "mbed.h" +#include "TextLCD.h" + +TextLCD lcd(PA_6, PA_7, PA_8, PA_9, PA_10, PA_11); // rs, e, d4-d7 + +int main() { + lcd.printf("Quang Anh\n"); +} \ No newline at end of file
diff -r 000000000000 -r 3c8d9f8a156f mbed.bld --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mbed.bld Tue Apr 30 10:04:23 2019 +0000 @@ -0,0 +1,1 @@ +https://os.mbed.com/users/mbed_official/code/mbed/builds/65be27845400 \ No newline at end of file