mirror of
https://github.com/richardghirst/PiBits.git
synced 2024-11-28 12:24:11 +01:00
Merge pull request #23 from L31N/master
fixed bug in MPU6050_6Axis_MotionApps20.h function uint8_t MPU6050::dmpI...
This commit is contained in:
commit
9ccfc5396d
@ -414,6 +414,7 @@ uint8_t MPU6050::dmpInitialize() {
|
||||
|
||||
printf("Current FIFO count=%d\n", fifoCount);
|
||||
DEBUG_PRINTLN(fifoCount);
|
||||
if (fifoCount > 0)
|
||||
getFIFOBytes(fifoBuffer, fifoCount);
|
||||
|
||||
DEBUG_PRINTLN(F("Setting motion detection threshold to 2..."));
|
||||
|
Loading…
Reference in New Issue
Block a user