Open
Description
Dear jrowberg et all ,
because i have to design the code to access the mpu6050 data sometimes but not all the time ,when I use resetFIFO() method , i have to manually set fifoCount to zero for the code to prevent overflow , just like code below.
.
.
.
OBJ_1.resetFIFO();
fifoCount_OBJ_1 = 0;
.
.
.
is this designed intentionally for some use? or the fifoCount zeroing can be merge to the resetFIFO method automatically for more intuitive use?
Metadata
Metadata
Assignees
Labels
No labels