Hi All,
I am desperately looking for a lib, or at least some C++ code, to access the SparkFun 9DoF IMU Breakout - ICM-20948 (Qwiic).
I am able to open it with
int fd = wiringPiI2CSetupInterface(“/dev/i2c-0”, 0x69);
but I understand that this is only the beginning of the travel …
I would like to use this IMU as a simple compass, for a start, but ouch!, how to start it? How to read good values? How to …
I can see a bunch (at least more than one) libs for Arduino, but … I am on a Pi!
Thanks for your help!!
Patrice