中野班 中野班
/
LED課題2
Revision 3:80c5e3fdb901, committed 2016-10-13
- Comitter:
- nakano_han
- Date:
- Thu Oct 13 02:51:41 2016 +0000
- Parent:
- 2:c83ca33712c8
- Commit message:
- LED??2
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Thu Oct 06 05:04:44 2016 +0000 +++ b/main.cpp Thu Oct 13 02:51:41 2016 +0000 @@ -11,7 +11,6 @@ { leds = 1 << i; //LEDをiの値分シフト wait(0.25); //0.25秒待つ - } for(int i=2;i>0;i--) //iの初期値2,iが0より大きい間繰り返す,1周ごとにiから1引く {