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.
Dependencies: mbed
Diff: main.cpp
- Revision:
- 1:f08cfb821949
- Parent:
- 0:93b19e13836e
- Child:
- 2:e8e6fb8285d9
--- a/main.cpp	Sat Nov 17 05:15:39 2018 +0000
+++ b/main.cpp	Sat Nov 17 06:44:31 2018 +0000
@@ -9,15 +9,16 @@
     if(flight==1) {
         wait(10);
         }
+        
     else{
     FET = 0;                       //FET、ニクロム線切断
-        wait(300);
+        wait(20);
         FET = 1;
-        wait(10);
+        wait(12);
         FET = 0;
-        wait(15);
+        wait(10);
         FET = 1;
-        wait(10);
+        wait(12);
         FET = 0; 
     break;
             }