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 19:dc205bc94993, committed 2015-04-21
- Comitter:
- mlucas82
- Date:
- Tue Apr 21 23:52:53 2015 +0000
- Parent:
- 18:fd0356641437
- Commit message:
- published
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r fd0356641437 -r dc205bc94993 main.cpp --- a/main.cpp Thu Mar 05 11:44:26 2015 +0000 +++ b/main.cpp Tue Apr 21 23:52:53 2015 +0000 @@ -28,7 +28,9 @@ } int main() { + pausa(1); while(1) { + printf("S\n"); piscaCurto(); pausa(CURTO); piscaCurto(); @@ -37,6 +39,7 @@ pausa(1); + printf("O\n"); piscaLongo(); pausa(CURTO); piscaLongo(); @@ -45,6 +48,7 @@ pausa(1); + printf("S\n"); piscaCurto(); pausa(CURTO); piscaCurto();