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 1:5b3478def6a7, committed 2019-11-01
- Comitter:
- Gimena
- Date:
- Fri Nov 01 20:30:04 2019 +0000
- Parent:
- 0:53fdcc368020
- Commit message:
- serial comunication
Changed in this revision
Serial_keloke_01/main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/Serial_keloke_01/main.cpp Fri Nov 01 20:20:14 2019 +0000 +++ b/Serial_keloke_01/main.cpp Fri Nov 01 20:30:04 2019 +0000 @@ -9,7 +9,8 @@ int main() { - pc.printf("Hola aleman\n"); + pc.printf("Hola wachos\n"); + uart.printf("Hola wachos\n"); while (true) { if(pc.readable()){ hal=pc.getc();