Skip to content

Releases: adafruit/Adafruit_CircuitPython_BNO055

WebGL Example

10 May 23:37
17b949d
Compare
Choose a tag to compare
  • 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

09 May 23:11
d48ec14
Compare
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.

Update to README.

15 Jan 00:20
f2f1468
Compare
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.

Updates to calibration

10 Nov 20:53
9617e19
Compare
Choose a tag to compare

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!

02 Aug 21:27
6ddf7f4
Compare
Choose a tag to compare
  • 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.

25 Feb 01:04
9ce2718
Compare
Choose a tag to compare

Thanks to @sommersoft for getting this fixed up!

Sphinx update.

21 Feb 23:05
978c4c5
Compare
Choose a tag to compare

Thanks to @brentru for the great work!

Updated with lint and autobundling!

15 Jan 23:18
43f54f5
Compare
Choose a tag to compare

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

15 Nov 23:49
297ab9b
Compare
Choose a tag to compare

Release for CircuitPython 2.x versions. Note this might not work on CircuitPython 3.0+ versions!

New I2CDevice API

11 Apr 22:02
Compare
Choose a tag to compare

Fix for new I2CDevice API. Make sure your CircuitPython and libraries are up to date!