We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99c2974 commit ae3487eCopy full SHA for ae3487e
Arduino/MPU6050/examples/MPU6050_DMP6_ESPWiFi/MPU6050_DMP6_ESPWiFi.ino
@@ -146,7 +146,7 @@ const unsigned int outPort = 9999; // remote port to receive OSC
146
// ================================================================
147
148
volatile bool mpuInterrupt = false; // indicates whether MPU interrupt pin has gone high
149
-void dmpDataReady() {
+void ICACHE_RAM_ATTR dmpDataReady() {
150
mpuInterrupt = true;
151
}
152
0 commit comments