Skip to content

Releases: adafruit/Adafruit_CircuitPython_DPS310

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

26 Aug 02: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-dps310.

Read the docs for info on how to use it.

2.1.7 - Fixed version string

22 Aug 18:37
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

2.1.6 - Switched to pyproject.toml

09 Aug 19:41
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

2.1.5 - Fixed units in documentation

29 Jun 17:02
5ed1e61
Compare
Choose a tag to compare

Fixed documentation for pressure and altitude to specify the correct units.

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

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

Read the docs for info on how to use it.

2.1.4 - Added cp.org link to index.rst

09 Jun 18:27
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

2.1.3 - Repo documentation and config updates

07 Jun 17:08
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

2.1.2 - Fixed address passing for DPS310_Advanced

01 Apr 19:09
6389bab
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

2.1.1 - Updated documentation link, python version

04 Feb 20: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-dps310.

Read the docs for info on how to use it.

2.1.0 - Default Import

09 Jan 22:27
8705de3
Compare
Choose a tag to compare

This release provides a backwards compatibly default for the import.

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

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

Read the docs for info on how to use it.

2.0.0 - Split into module

07 Jan 02:40
6398fd4
Compare
Choose a tag to compare

This release splits the library into a module with basic and advanced components. Some devices with memory constraints can use the basic version and remove the advanced to save memory. Thank you @jposada202020.

You must update your import statements to use this new version of the library.

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

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

Read the docs for info on how to use it.