I need an IMU for a project I am working on. Initially tried to use the built-in IMU in the RP2040 connect. That works but the API seems too primitive for my needs. Consequently, I am thinking of using an external IMU, the MPU6050, which is an I2C device.
In order to use the MPU6050, I notice from sample code that the MPU6050 uses the INTERRUPT_PIN (ie digital pin 2) to indicate that data is ready. I would like to confirm that D2 is also the interrupt pin on the RP2040 Connect - thanks!