LED 課題1 LEDシフト

Dependencies:   mbed

Files at this revision

API Documentation at this revision

Comitter:
nakano_han
Date:
Thu Oct 13 02:48:05 2016 +0000
Parent:
1:f9c37495fce6
Commit message:
LED??1

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:26 2016 +0000
+++ b/main.cpp	Thu Oct 13 02:48:05 2016 +0000
@@ -11,7 +11,6 @@
         {
             leds = 1 << i;  //LEDをiの値分シフト
             wait(0.25);     //0.25秒待つ
-            
         }
     }
 }
\ No newline at end of file