Skip to content

Releases: adafruit/Adafruit_CircuitPython_BNO055

5.3.1 - Improved documentation, fixed issue with operation mode

29 Apr 17:36
b6fa050
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip3 install adafruit-circuitpython-bno055.

Read the docs for info on how to use it.

5.3.0 - Allowed for axis remapping

14 Apr 21:21
934b1f5
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip3 install adafruit-circuitpython-bno055.

Read the docs for info on how to use it.

5.2.6 - Fixed Euler, quaternion, and magnetic modes

08 Apr 18:02
4a601ae
Compare
Choose a tag to compare

Thanks @ViennaMike for the fix

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip3 install adafruit-circuitpython-bno055.

Read the docs for info on how to use it.

5.2.5 - Moved pylint from build.yml to .pre-commit-config.yml

02 Mar 23:59
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip3 install adafruit-circuitpython-bno055.

Read the docs for info on how to use it.

5.2.4 - Fixed issue with Black and Pylint versions in the pre-commit config

10 Feb 22:26
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip3 install adafruit-circuitpython-bno055.

Read the docs for info on how to use it.

5.2.3 - Moved to pre-commit, added licensing info

20 Jan 22:26
55fb7bd
Compare
Choose a tag to compare

pre-commit has been added to the GitHub Actions workflow in this repository. pre-commit allows you to run multiple checks, such as black and checking the REUSE licensing compliance, both locally and on GitHub Actions with one command.

You can run pre-commit locally with pre-commit run --all-files

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip3 install adafruit-circuitpython-bno055.

Read the docs for info on how to use it.

5.2.2 - Fixed super() call to align with Pylint's reccomendations

06 Nov 22:10
a716040
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip3 install adafruit-circuitpython-bno055.

Read the docs for info on how to use it.

5.2.1 - Fixed typo in README

29 Oct 19:55
7030883
Compare
Choose a tag to compare

Thanks for catching that @markus-k

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip3 install adafruit-circuitpython-bno055.

Read the docs for info on how to use it.

5.2.0 - Added ability to configure accelerometer, magnetometer, and gyroscope

07 Aug 13:20
7f6d9fc
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip3 install adafruit-circuitpython-bno055.

Read the docs for info on how to use it.

5.1.0 - Added documentation for modes, added i2c-gpio example

16 Jul 17:46
2064bdb
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip3 install adafruit-circuitpython-bno055.

Read the docs for info on how to use it.