Does anyone know where I can find MicroPython libraries that work with the IMU on the
RP2040 Connect?
I did find one library but it uses I2C and asks for the two I2C pins. Does the RP2040 Connect built in IMU use I2C? What would I put for the pins in this library.
Or if anyone has a working library that would be great.
I don't have any experience with any LSM6DSOXTR MicroPython libraries, so I can't provide any assistance with their specific usage regardless, but other forum helpers might have familiarity with whatever mysterious library you happen to be using. They would only be able to provide assistance if they know which library it is, so you should add a reply here to tell them which specific library you are using.
. I can tell you that the I2C bus, which is used for communication with the LSM6DSOXTR IMU, is on Arduino pins A4 and A5 on the board.
This is my question, since the IMU is built in on the RP2040 connect and not hooked up by pins, what would I put for those values? Would this library work with the RP2040 Connect?