Skip to content

Releases: adafruit/Adafruit_CircuitPython_BNO055

5.4.0 - Added suspend power mode

04 Mar 03:41
ef32614

Choose a tag to compare

Added functionality for entering the Suspend power mode.

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.4 - Updated documentation link, python version

04 Feb 21:08
9dd5595

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.3 - Updated readthedocs py version

24 Jan 19:59
cd0f906

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.2 - Updated pylint version, linted

15 Nov 17:28
ba46460

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.1 - Improved documentation, fixed issue with operation mode

29 Apr 17:36
b6fa050

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

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

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

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

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

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.