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.
Diff: main.cpp
- Revision:
- 2:bb6b19e543c9
- Parent:
- 1:4011df68bd01
--- a/main.cpp Fri Oct 25 19:50:06 2013 +0000 +++ b/main.cpp Tue Oct 29 22:04:59 2013 +0000 @@ -12,12 +12,14 @@ count = 0; while(count < reps){ //equivalente a un wait de aprox 100 ms porque hago 100 veces pausa de 1 ms wait(0.001); + count++; } count = 0; led1 = 1; //apago led1 led2 = 0; //enciendo led2 while(count < reps){ //equivalente a un wait de aprox 100 ms wait(0.001); + count++; } led2 = 1; //apago led2