v1

Dependencies:   mbed IM920

Revision:
3:8e2d7ebdafb7
Parent:
2:41238982b498
--- a/main.cpp	Sun Aug 08 11:26:29 2021 +0000
+++ b/main.cpp	Tue Oct 19 08:24:37 2021 +0000
@@ -412,7 +412,7 @@
     launch_time /= 1000;
     time_reset_counter_launch = (short)im920.toShort(bit);
     bit += 2;
-    launch_minute = launch_time / 60;
+    launch_minute = launch_time / 60 + time_reset_counter_launch*30;
     launch_second = (int)launch_time % 60;
     pc.printf("Get launch time\r\n");
     pc.printf("launch time : %f\r\n",launch_time);
@@ -471,8 +471,8 @@
     pc.printf("O : Mode Oncall\r\n");
     pc.printf("F : Mode Flight\r\n");
     pc.printf("S : Mode Separate\r\n");
-    pc.printf("D : Mode Descend\r\n");
-    pc.printf("C : Mode Collection\r\n");
+//    pc.printf("D : Mode Descend\r\n");
+//    pc.printf("C : Mode Collection\r\n");
     pc.printf("0 : Stop Separate\r\n");
     pc.printf("1 : Separate\r\n");
     pc.printf("? : Help\r\n");