File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed
libraries/Bluefruit52Lib/examples/Peripheral/bluefruit_playground Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -212,13 +212,6 @@ void setup()
212
212
fatfs.begin (&flash);
213
213
cal.begin (FILE_SENSOR_CALIB, &fatfs);
214
214
cal.loadCalibration ();
215
-
216
- PRINT_FLOAT (cal.mag_hardiron [0 ]); PRINT_FLOAT (cal.mag_hardiron [1 ]); PRINT_FLOAT (cal.mag_hardiron [2 ]);
217
- PRINT_FLOAT (cal.mag_field );
218
-
219
- PRINT_FLOAT (cal.mag_softiron [0 ]);PRINT_FLOAT (cal.mag_softiron [1 ]); PRINT_FLOAT (cal.mag_softiron [2 ]);
220
- PRINT_FLOAT (cal.mag_softiron [3 ]); PRINT_FLOAT (cal.mag_softiron [4 ]); PRINT_FLOAT (cal.mag_softiron [5 ]);
221
- PRINT_FLOAT (cal.mag_softiron [6 ]); PRINT_FLOAT (cal.mag_softiron [7 ]); PRINT_FLOAT (cal.mag_softiron [8 ]);
222
215
#endif
223
216
224
217
Serial.println (" Bluefruit Playground Example" );
You can’t perform that action at this time.
0 commit comments