Skip to content

Releases: adafruit/Adafruit_CircuitPython_SGP40

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.

1.2.0 - Convert _READ_CMD to bytes to work with memview (Blinka)

03 Aug 15:01
5c1e198
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.1.0 - Added Humidity and Temperature compensation

07 Jun 20:22
c627e60
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.0.3 - Updated documentation

26 Apr 19:18
a8213c4
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.0.2 - Moved pylint from build.yml to .pre-commit-config.yml

02 Mar 23:43
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.0.1 - Fixed issue with Black and Pylint versions in the pre-commit config

10 Feb 22:01
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.0.0 - Initial Release

29 Dec 20:50
Compare
Choose a tag to compare

This release includes basic raw data reads

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.