mbed_blinky_TripleCode
Revision 1:304b98cb03d3, committed 2014-06-07
- Comitter:
- andriolino
- Date:
- Sat Jun 07 01:49:49 2014 +0000
- Parent:
- 0:5f534aec2759
- Commit message:
- Triplo do c?digo
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 5f534aec2759 -r 304b98cb03d3 main.cpp --- a/main.cpp Sat Jun 07 01:49:29 2014 +0000 +++ b/main.cpp Sat Jun 07 01:49:49 2014 +0000 @@ -12,6 +12,14 @@ wait(0.2); myled = 0; wait(0.2); + myled = 1; + wait(0.2); + myled = 0; + wait(0.2); + myled = 1; + wait(0.2); + myled = 0; + wait(0.2); } }