Javier Sanchez Peña
/
test_con_leds
programa para probar el uso de leds
Revision 1:4fadbaba93fc, committed 2017-03-15
- Comitter:
- javierjsp
- Date:
- Wed Mar 15 20:08:29 2017 +0000
- Parent:
- 0:3e514e68f228
- Commit message:
- naa
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Wed Mar 15 20:04:49 2017 +0000 +++ b/main.cpp Wed Mar 15 20:08:29 2017 +0000 @@ -11,7 +11,7 @@ led1 = 0; wait(0.2); led2 = 1; - wait(0.5); + wait(1); led2 = 0; wait(0.2); led3 = 1;