Skip to content

Releases: adafruit/Adafruit_CircuitPython_BNO08x

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

02 Mar 23:41
c6bfebd
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

1.0.4 - Changed i2c frequency from 800000 to 400000

26 Jan 19:44
b96d250
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

1.0.3 - Fixed initial values of game_rotation_vector and geomagnetic_rotation_vector

28 Dec 18:59
f4e8dfd
Compare
Choose a tag to compare

Thanks @TwoTenPvP for the contribution

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

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

Read the docs for info on how to use it.

1.0.2 - Bump version. No real changes

11 Dec 21:28
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

1.0.1 - Updated setup.py to fix issue with PyPi installation

23 Oct 18:18
59fc2db
Compare
Choose a tag to compare

KNOWN ISSUES
The SPI transport is included but not working correctly

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

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

Read the docs for info on how to use it.

1.0.0 - Initial Release

23 Sep 17:18
Compare
Choose a tag to compare

This release includes

  • Many report types (but not all of them, PRs appreciated!)
  • Multiple simultaneous report types
  • I2C and UART transports

KNOWN ISSUES
The SPI transport is included but not working correctly

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

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

Read the docs for info on how to use it.