There is a line in the acc/gyr calibration function
writeByte(MPU9250_ADDRESS, MPU9250_USER_CTRL, 0x0C); // Reset FIFO and DMP
Why value is 0x0C and not 0x6?
0x0C = 0b1100
Bits 2 and 3 are high
But according to documentation for USER_CTRL, bit 3 is Reserved
