Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
jrowberg committed Jun 1, 2012
2 parents f052e72 + 6900911 commit 799c9e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Arduino/MPU6050/Examples/MPU6050_DMP6/MPU6050_DMP6.ino
Expand Up @@ -288,7 +288,7 @@ void setup() {
DEBUG_PRINTLN(F("DMP is good to go! Finally."));

DEBUG_PRINTLN(F("Enabling interrupt detection (Arduino external interrupt 0)..."));
attachInterrupt(0, dmpDataReady, CHANGE);
attachInterrupt(4, dmpDataReady, CHANGE);
} else {
DEBUG_PRINTLN(F("ERROR! DMP configuration verification failed."));
}
Expand Down

0 comments on commit 799c9e0

Please sign in to comment.