Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of TextLCD by
Revision 9:17b9533c5cf3, committed 2018-04-17
- Comitter:
- SamuelHernandez
- Date:
- Tue Apr 17 19:23:05 2018 +0000
- Parent:
- 8:308d188a2d3a
- Commit message:
- Programa de mensaje en LCD
Changed in this revision
| LCD_1.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/LCD_1.cpp Tue Apr 17 19:23:05 2018 +0000
@@ -0,0 +1,8 @@
+#include "mbed.h"
+#include "TextLCD.h"
+
+TextLCD lcd(PA_0, PA_1, PA_4, PB_0, PC_1, PC_0); // rs, e, d4-d7
+
+int main() {
+ lcd.printf("Hello World!\n");
+}
\ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mbed.bld Tue Apr 17 19:23:05 2018 +0000 @@ -0,0 +1,1 @@ +http://mbed.org/users/mbed_official/code/mbed/builds/994bdf8177cb \ No newline at end of file
