中野班 中野班 / Mbed 2 deprecated LED課題2

Dependencies:   mbed

Files at this revision

API Documentation at this revision

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
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引く
         {