Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: main.cpp
- Revision:
- 3:80c5e3fdb901
- Parent:
- 2:c83ca33712c8
diff -r c83ca33712c8 -r 80c5e3fdb901 main.cpp
--- 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引く
{