2017年伊豆大島共同打ち上げ実験用電装モジュール搭載GPS測位プログラム

Dependents:   Hybrid_interruptGPS Hybrid_main_FirstEdtion rocket_logger_sinkan2018_v1 HYBRYD2018_IZU_ROCKET ... more

Revision:
9:dab13bd20f43
Parent:
8:3f32df2b66c0
Child:
10:a006445dc76d
--- a/GPS_interrupt.cpp	Mon Jun 26 08:14:47 2017 +0000
+++ b/GPS_interrupt.cpp	Wed Oct 25 08:07:14 2017 +0000
@@ -151,6 +151,7 @@
     height = 0;
     geoid = 0;   
 }
+
 void GPS_interrupt::gps_auto_receive(){
 
     static char str_temp[128] = {'\0'};
@@ -162,7 +163,7 @@
     
     temp = gps->getc();
     
-    if(debugFlag) printf("%c", temp);
+    //if(debugFlag) printf("%c", temp);
     
     if(temp == '$'){
         current = 1;