Releases: adafruit/Adafruit_CircuitPython_BNO08x
1.0.5 - Moved pylint from build.yml to .pre-commit-config.yml
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
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
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
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
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
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.