Skip to content

Commit 39f9a78

Browse files
committed
clean up
1 parent a97d245 commit 39f9a78

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

libraries/Bluefruit52Lib/examples/Peripheral/bluefruit_playground/bluefruit_playground.ino

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -212,13 +212,6 @@ void setup()
212212
fatfs.begin(&flash);
213213
cal.begin(FILE_SENSOR_CALIB, &fatfs);
214214
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]);
222215
#endif
223216

224217
Serial.println("Bluefruit Playground Example");

0 commit comments

Comments
 (0)