Skip to content

Commit

Permalink
Fix QMI8658_GetDataExample
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisxhe committed Sep 24, 2024
1 parent 9cdd850 commit eadc92b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/QMI8658_GetDataExample/QMI8658_GetDataExample.ino
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ void setup()

#if IMU_INT > 0
// If you want to enable interrupts, then turn on the interrupt enable
qmi.enableINT(SensorQMI8658::IntPin1, false);
qmi.enableINT(SensorQMI8658::IntPin1, true);
qmi.enableINT(SensorQMI8658::IntPin2, false);
#endif

Expand Down

0 comments on commit eadc92b

Please sign in to comment.