
se agregó un led y se cambio el tiempo a 0.5
Diff: main.cpp
- Revision:
- 2:adcd761ae807
- Parent:
- 1:a5b91628cfc6
- Child:
- 3:d61262655cac
--- a/main.cpp Sat Dec 15 17:43:41 2018 +0000 +++ b/main.cpp Sat Dec 15 17:46:54 2018 +0000 @@ -10,6 +10,6 @@ gpo = !gpo; // toggle pin led = !led; // toggle led led2 = !led2; - wait(0.2f); + wait(0.5f); } } \ No newline at end of file