Skip to content

Releases: adafruit/Adafruit_CircuitPython_FXAS21002C

Update Travis Badge In Readme

15 Jan 02:50
a25146e
Compare
Choose a tag to compare

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

To use in CPython, pip install adafruit-circuitpython-fxas21002c.

Read the docs for info on how to use it.

Update to .pylintrc

12 Nov 20:12
Compare
Choose a tag to compare

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

To use in CPython, pip install adafruit-circuitpython-fxas21002c.

Read the docs for info on how to use it.

Now uses write_then_readinto for repeated start

19 Aug 20:56
Compare
Choose a tag to compare

with the latest busdevice, now works on linux!

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

To use in CPython, pip install adafruit-circuitpython-fxas21002c.

Read the docs for info on how to use it.

Now on PyPi!

05 Aug 16:58
07f8011
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-fxas21002c.

Read the docs for info on how to use it.

Improved reference documentation.

28 Feb 02:40
2228a48
Compare
Choose a tag to compare

Thanks to @sommersoft for the great work!

Sphinx update.

21 Feb 22:57
74c0dac
Compare
Choose a tag to compare

Thanks to @brentru for the great work!

Cleaned up and tested.

09 Jan 21:10
Compare
Choose a tag to compare
1.0.0

use struct when available, list comp instead of map() (#2)

First beta release

05 Jan 01:38
Compare
Choose a tag to compare

First release, thanks to @tdicola for the implementation.


To use in CircuitPython, simply install the Adafruit CircuitPython bundle or the zip from here that matches the version of CircuitPython you are using.