-
Notifications
You must be signed in to change notification settings - Fork 53
Closed
Description
There are two "calibration" related registers:
- Status - read only, via the CALIB_STAT register at 0x35
- Offsets - read and write, via the 22 registers 0x55 - 0x6A
Access to the status related one was implemented in #15 as a fix for #11. That issue was perhaps intended to address the offsets, but might have been confused for simply the status.
Access to the offset related ones are still not implemented. For ref, here the related funcs from the older library:
https://github.com/adafruit/Adafruit_Python_BNO055/blob/master/Adafruit_BNO055/BNO055.py#L527
https://github.com/adafruit/Adafruit_Python_BNO055/blob/master/Adafruit_BNO055/BNO055.py#L542
Metadata
Metadata
Assignees
Labels
No labels