raspberrypi / pico-examples

BSD 3-Clause "New" or "Revised" License
2.62k stars 779 forks source link

Update mpu6050_i2c.c #419

Closed akhodeir closed 9 months ago

akhodeir commented 10 months ago

The reset process requires to set DEVICE_RESET bit in PWR_MGMT_1 (0x6B) bits to one ===> 0x80. then the we must release the reset bit or the device will remain always in reset mode.

detailed explanation is here: #319

lurch commented 10 months ago

This should be targeted against the develop branch, rather than master.

akhodeir commented 10 months ago

This should be targeted against the develop branch, rather than master.

Ok, I moved it to develop branch

lurch commented 10 months ago

According to Gihub, this PR now has conflicts :confused:

akhodeir commented 9 months ago

triggered a new PR