CanSat-C 2021 / Mbed 2 deprecated Flight_Pin

Dependencies:   mbed

Files at this revision

API Documentation at this revision

Comitter:
miyajitakenari
Date:
Wed Oct 27 10:26:19 2021 +0000
Parent:
2:fb275d90f10c
Commit message:
test finish

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r fb275d90f10c -r 181cf14090c7 main.cpp
--- a/main.cpp	Wed Oct 27 08:32:32 2021 +0000
+++ b/main.cpp	Wed Oct 27 10:26:19 2021 +0000
@@ -11,7 +11,7 @@
         wait(35);//ピン抜けてから地面につくまで70m/2.8(m/s)=25(s)余裕を見て+10s
         nichrome=1;
         pc.printf("\n\rnichrome in");
-        wait(30);
+        wait(10);
         nichrome=0;
         return 0;
 }
\ No newline at end of file