-
Example code https://github.com/jrowberg/i2cdevlib/blob/master/Arduino/MPU6050/MPU6050_6Axis_MotionApps20.cpp#L315 #define MPU6050_INTERRUPT_FIFO_OFLOW_BIT 4 DEBUG_PRINTLN(F("Setting DMP and FIFO_OFLOW interrupts enabled...")); 0x12 => 0001 0010 https://www.waveshare.com/w/upload/0/03/MPU6050-Register-Map-and-Descriptions.pdf |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Yes, it's correct; the DMP interrupt is not documented, but it's there. If you disable bit 1, you'll find that the DMP packet interrupt is no longer working. |
Beta Was this translation helpful? Give feedback.
Yes, it's correct; the DMP interrupt is not documented, but it's there. If you disable bit 1, you'll find that the DMP packet interrupt is no longer working.