
cansat program1
Dependencies: ADXL345 BME280 HMC5883L ITG3200 MBed_Adafruit-GPS-Library XBee agzIDLIST cansat mbed
Fork of Cansat_program4_1 by
Revision 22:92408c551605, committed 2015-08-15
- Comitter:
- s1210160
- Date:
- Sat Aug 15 02:01:06 2015 +0000
- Parent:
- 21:18a196d3021c
- Child:
- 23:8581b740beef
- Commit message:
- 2015/08/14;
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- 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(); }