2015/08/14

Dependencies:   VNH5019

Dependents:   Cansat_program4_1

Fork of cansat by Mami Yokokawa

Revision:
10:e40f6ad7dab3
Parent:
9:ea6a71ec9f9d
Child:
11:e82a5e1154a1
--- a/cansat.cpp	Wed Aug 12 12:49:17 2015 +0000
+++ b/cansat.cpp	Thu Aug 13 07:10:53 2015 +0000
@@ -111,7 +111,7 @@
    CanSat::compass_y = y;
    CanSat::compass_z = z;
    
-   setAngle = angle-90;
+   setAngle = angle-270;
    if(setAngle < 0){
        setAngle = setAngle + 360;
    }