Yoshihiro TSUBOI
/
__collab_test_yt
change wait from 1.0 to 0.5
Fork of __collab_test by
Diff: main.cpp
- Revision:
- 1:90119b064e7a
- Parent:
- 0:0e25a3e84b78
- Child:
- 5:2ccbf6d5d336
--- a/main.cpp Sat Jun 09 00:05:21 2012 +0000 +++ b/main.cpp Sat Jun 09 00:08:39 2012 +0000 @@ -5,8 +5,8 @@ int main() { while(1) { myled = 1; - wait(0.2); + wait(0.1); myled = 0; - wait(0.2); + wait(0.1); } }