Skip to content

Releases: adafruit/Adafruit_CircuitPython_SGP40

1.3.8 - Made copyright stay up to date in docs/conf.py

26 Aug 02:23
Compare
Choose a tag to compare

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

To use in CPython, pip3 install adafruit-circuitpython-sgp40.

Read the docs for info on how to use it.

1.3.7 - Fixed version string

22 Aug 18:46
Compare
Choose a tag to compare

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

To use in CPython, pip3 install adafruit-circuitpython-sgp40.

Read the docs for info on how to use it.

1.3.6 - Switched to pyproject.toml

09 Aug 19:55
Compare
Choose a tag to compare

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

To use in CPython, pip3 install adafruit-circuitpython-sgp40.

Read the docs for info on how to use it.

1.3.5 - Added cp.org link to index.rst

09 Jun 18:29
Compare
Choose a tag to compare

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

To use in CPython, pip3 install adafruit-circuitpython-sgp40.

Read the docs for info on how to use it.

1.3.4 - Repo documentation and config updates

07 Jun 17:10
Compare
Choose a tag to compare

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

To use in CPython, pip3 install adafruit-circuitpython-sgp40.

Read the docs for info on how to use it.

1.3.3 - Updated documentation link, python version

04 Feb 20:23
Compare
Choose a tag to compare

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

To use in CPython, pip3 install adafruit-circuitpython-sgp40.

Read the docs for info on how to use it.

1.3.2 - Updated pylint version, linted

15 Nov 18:57
Compare
Choose a tag to compare

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

To use in CPython, pip3 install adafruit-circuitpython-sgp40.

Read the docs for info on how to use it.

Fix pypi deploy

02 Oct 18:59
8b6aba0
Compare
Choose a tag to compare

Thanks @caternuson for fixing the package setup

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

To use in CPython, pip3 install adafruit-circuitpython-sgp40.

Read the docs for info on how to use it.

1.3.0 - Added VOC index algorithm, other changes

07 Sep 20:26
c07f439
Compare
Choose a tag to compare

This release includes:

  • Moved adafruit_sgp40.py to adafruit_sgp40/init.py
  • Added voc algorithm converted by Dfrobot
  • Added index example
  • Updated readme with usage example
  • Added import of const() for use with blinka
  • Added note about 1 hertz sample rate for algorithm
  • Fixed examples to follow 1 hertz sample rate.

Thanks @AVanVlack!

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

To use in CPython, pip3 install adafruit-circuitpython-sgp40.

Read the docs for info on how to use it.

1.2.1 - Updated _reset for mcp2221 case

31 Aug 14:31
3187395
Compare
Choose a tag to compare

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

To use in CPython, pip3 install adafruit-circuitpython-sgp40.

Read the docs for info on how to use it.