Skip to content

fifoCount is not set to zero automatically after mpu.resetFIFO() , is this designed intentionally? #227

Open
@yonoodle

Description

@yonoodle

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions