Skip to content

Releases: adafruit/Adafruit_CircuitPython_BNO055

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

06 Nov 22:10
a716040

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

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

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

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.0.2 - Significantly improved speed and reliability in UART mode

10 Jul 14:57
d8ad1e6

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.0.1 - Changed _gyro property from magnetic register to gyro address 0x14

14 May 16:10
3700bb5

Choose a tag to compare

Thanks @russmac

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.

UART Support

24 Apr 22:46
ef2deb9

Choose a tag to compare

BREAKING CHANGE

  • Updated to add UART support
  • Classes were refactored - this will break older code
  • Example updated

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.

4.2.1 - Added Black check, reran Black with Python 3 target, renamed folder in examples

10 Apr 18:22
5a5ec63

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.

4.2.0 - Upgrade to latest Pylint, implement Black formatting

20 Mar 15:41
54d42f1

Choose a tag to compare

We have upgraded Pylint checks to use the latest version of Pylint and implemented usage of Black Python formatting. This does not change the functionality of the code - it is designed to bring it up to current standards and make it more readable.

  • Remove pinned Pylint version number from build.yml file
  • Synced .pylintrc file to match Adafruit standard
  • Ran upgraded Pylint and applied any changes or new disables necessary
  • Ran Black formatter and allowed application of changes across entire repo

For more information on using Pylint and Black on your code, check out this guide on working with Pylint and Black

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.

Add calibration offsets and radii

27 Jan 22:14
2e9716c

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.