sato man
/
led_test
LED hello world
Revision 1:7c9c5f576ef8, committed 2014-05-05
- Comitter:
- sato3183
- Date:
- Mon May 05 05:49:02 2014 +0000
- Parent:
- 0:74b92ef15b5b
- Commit message:
- slowdown blink rate
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Mon May 05 05:46:40 2014 +0000 +++ b/main.cpp Mon May 05 05:49:02 2014 +0000 @@ -7,9 +7,9 @@ while(1) { myled = 1; myled2 = 0; - wait(0.2); + wait(0.5); myled = 0; myled2 = 1; - wait(0.2); + wait(0.5); } }