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.
Revision 9:54d77c269943, committed 2019-01-10
- Comitter:
- jvicente
- Date:
- Thu Jan 10 11:20:16 2019 +0000
- Parent:
- 8:308d188a2d3a
- Commit message:
- Prueba LCD
Changed in this revision
main.c | 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 |
diff -r 308d188a2d3a -r 54d77c269943 main.c --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/main.c Thu Jan 10 11:20:16 2019 +0000 @@ -0,0 +1,9 @@ +#include "mbed.h" + +TextLCD lcd(D8, D9, D2, D3, D4, D5, TextLCD::LCD16x2); // rs, e, d4-d7 + +int main(){ + lcd.printf("Hello World!\n"); + + } + \ No newline at end of file
diff -r 308d188a2d3a -r 54d77c269943 mbed.bld --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mbed.bld Thu Jan 10 11:20:16 2019 +0000 @@ -0,0 +1,1 @@ +http://mbed.org/users/mbed_official/code/mbed/builds/25aea2a3f4e3 \ No newline at end of file