You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1.8 KiB
1.8 KiB
Changelog
All notable changes to this project will be documented in this file, in reverse chronological order by release.
0.3.0 - 2020-03-22
Added
Fixed
Changed
- Move I2C bypass initialisation from MPU6500 to MPU9250 (#17)
0.2.1 - 2019-02-07
Fixed
- Gyro degrees to radians conversion (#8).
0.2.0- 2018-04-08
Added
- Support for magnetometer factory sensitivity adjustement values
ASAX
,ASAY
andASAZ
. - Support for setting magnetometer offset and scale calibration values.
ak8963 = AK8963( i2c, offset=(-136.8931640625, -160.482421875, 59.02880859375), scale=(1.18437220840483, 0.923895823933424, 0.931707933618979) )
- Method for retrieving the magnetometer offset and scale calibration values.
ak8963 = AK8963(i2c) offset, scale = ak8963.calibrate(count=256, delay=200)
0.1.0 - 2018-02-17
Initial working release.