Releases: adafruit/Adafruit_CircuitPython_BNO055
WebGL Example
- Add ported version of WebGL example from previous library.
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.
Fix Mode Setting
- Thanks @peterhinch for the find and 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.
Update to README.
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.
Updates to calibration
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip install adafruit-circuitpython-bno055
.
Read the docs for info on how to use it.
Now on PyPi!
- Added
setup.py
- Added PyPI release info to
.travis.yml
- Updated
requirements.txt
- Added a more comprehensive
.gitignore
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip install adafruit-circuitpython-bno055
.
Read the docs for info on how to use it.
Improved reference documentation.
Thanks to @sommersoft for getting this fixed up!
Sphinx update.
Thanks to @brentru for the great work!
Updated with lint and autobundling!
Thanks to @tannewt for the great work!
To use in CircuitPython, simply install the Adafruit CircuitPython bundle or the zip from here that matches the version of CircuitPython you are using.
2.0 Release for CircuitPython 2.x
Release for CircuitPython 2.x versions. Note this might not work on CircuitPython 3.0+ versions!
New I2CDevice API
Fix for new I2CDevice API. Make sure your CircuitPython and libraries are up to date!