Skip to content

Releases: adafruit/Adafruit_CircuitPython_FXAS21002C

Updated with version info

24 Sep 18:22
a5f161d

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.

Remove stop kwarg and use write_then_readinto.

23 Aug 18:23
27baaaf

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 Travis Badge In Readme

15 Jan 02:50
a25146e

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

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

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

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

Choose a tag to compare

Thanks to @sommersoft for the great work!

Sphinx update.

21 Feb 22:57
74c0dac

Choose a tag to compare

Thanks to @brentru for the great work!

Cleaned up and tested.

09 Jan 21:10

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

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.