08/13

Dependencies:   ADXL345 BME280 HMC5883L ITG3200 MBed_Adafruit-GPS-Library XBee agzIDLIST cansat2 mbed

Fork of Cansat_program4 by CanSat2015aizu

Revision:
22:92408c551605
Parent:
21:18a196d3021c
Child:
23:8581b740beef
--- a/main.cpp	Sat Aug 15 01:57:35 2015 +0000
+++ b/main.cpp	Sat Aug 15 02:01:06 2015 +0000
@@ -340,7 +340,7 @@
     }
     if(short_flag >= 5){
         mode = 1;
-        goal_Pressure = goal_Pressure + 0.5;
+        goal_Pressure = goal_Pressure - 0.5;
         pressure_Timer.start();
         parachute_Timer.start();
     }