tockn / MPU6050_tockn

Arduino library for easy communication with MPU6050
218 stars 84 forks source link

Why do you need to wait? #19

Closed asjdf closed 5 years ago

asjdf commented 5 years ago

Why do you need to wait? Is this line necessary?

`void MPU6050::calcGyroOffsets(bool console){ float x = 0, y = 0, z = 0; int16_t rx, ry, rz;

delay(1000);`

I don't quite understand the role of this wait.

tockn commented 5 years ago

It is unnecessary, so you can change delay time by new version! refs: #12