2015/08/11
Dependents: Cansat_program3 Cansat_program4
Fork of CanSat_aoki by
Revision 10:e40f6ad7dab3, committed 2015-08-13
- Comitter:
- s1200058
- Date:
- Thu Aug 13 07:10:53 2015 +0000
- Parent:
- 9:ea6a71ec9f9d
- Commit message:
- 08/13_16:10;
Changed in this revision
cansat.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- 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; }