File tree Expand file tree Collapse file tree 1 file changed +0
-17
lines changed
Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Original file line number Diff line number Diff line change @@ -130,23 +130,6 @@ DECLARE_THREAD(magnetometer, RocketSystems* arg) {
130130
131131 arg->rocket_data .magnetometer .update (reading);
132132
133- // Serial.print("CALIB: (b) X: "); Serial.print(b.mx);
134- // Serial.print(" Y: "); Serial.print(b.my);
135- // Serial.print(" Z: "); Serial.print(b.mz);
136- // Serial.print(" (s) X: "); Serial.print(s.mx);
137- // Serial.print(" Y: "); Serial.print(s.my);
138- // Serial.print(" Z: "); Serial.println(s.mz);
139-
140- i++;
141- if (i % 25 == 0 ) {
142- i = 0 ;
143- Serial.print (" DATA X:" );Serial.print (reading.mx );
144- Serial.print (" Y:" ); Serial.print (reading.my );
145- Serial.print (" Z:" ); Serial.println (reading.mz );
146- }
147-
148-
149-
150133 THREAD_SLEEP (50 );
151134 }
152135}
You can’t perform that action at this time.
0 commit comments