![](/media/cache/profiles/0135597642178aed62486ddc02136617.jpg.50x50_q85.jpg)
LED HELLO WORD
Revision 1:fccc9a976a51, committed 2014-02-05
- Comitter:
- yaoli
- Date:
- Wed Feb 05 10:45:47 2014 +0000
- Parent:
- 0:402d12233273
- Commit message:
- SLOWDOWN BINK RATE
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 402d12233273 -r fccc9a976a51 main.cpp --- a/main.cpp Wed Feb 05 10:44:28 2014 +0000 +++ b/main.cpp Wed Feb 05 10:45:47 2014 +0000 @@ -7,8 +7,8 @@ while(1) { myled = 1; myled2 = 0; - wait(0.2); + wait(0.3); myled2 = 1; - wait(0.2); + wait(0.5); } }