2015/05/17

Dependencies:   ADXL345 AigamozuControlPackets HMC5843 ITG3200 MBed_Adafruit-GPS-Library XBee agzIDLIST agz_common mbed

Fork of Aigamozu_Base_ver2_1 by aigamozu

Revision:
10:ea620ba4117c
Parent:
7:ffa190b979f4
--- a/main.cpp	Sat May 16 17:22:46 2015 +0000
+++ b/main.cpp	Sun May 17 14:28:39 2015 +0000
@@ -174,7 +174,7 @@
 
 
 void get_sigma(){
-    double temp[2][2];
+    double temp[2][2] = {0};
     for(int i=0;i<2;i++) {
         for(int j=0;j<2;j++) {
             for(int k=0;k<2;k++) {