stm32duino / LSM6DSOX

Arduino library to support the LSM6DSOX 3D accelerometer and 3D gyroscope
27 stars 16 forks source link

I3C disable register #16

Closed CTLain closed 2 years ago

CTLain commented 2 years ago

My fault, Read code again found that is my misunderstanding, sorry about that.

Method "lsm6dsox_i3c_disable_set" will write "1" (0x80 right shift 7) to offset 18h. But according to spec, bit 0 should keep "0", and I3C_disable should be bit 1. Not sure it's a typo of bit shifting?