adafruit / Adafruit_Sensor_Calibration

Arduino library for managing sensor calibrations
Apache License 2.0
11 stars 10 forks source link

Examples fail compile for RP2040 #10

Open caternuson opened 1 year ago

caternuson commented 1 year ago

Re this thread: https://forums.adafruit.com/viewtopic.php?t=203759

Can recreate by attempting to compile either of the examples in this library for a Feather RP2040 target.

danderflieger commented 9 months ago

Any movement on this issue yet? I'm using an Adafruit Feather RP2040 CAN and attempting to connect to an Adafruit LSM6DSOX + LIS3MDL Precision 9 DoF IMU (part #4517) in an attempt to build an AHRS solution. I can't get the Adafruit Sensor Calibration library's "sensor_calibration_read.ino" example to compile right out of the box.

I have been able to enumerate the I2C device addresses on the 4517 breakout, though (3 of them).

PacMat99 commented 3 weeks ago

Any news on how to solve the bug? I still cannot run sensor_calibration_read.ino with pico and I don't know how to solve.