Releases: adafruit/Adafruit_CircuitPython_DPS310
2.1.5 - Fixed units in documentation
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
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
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
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
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
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
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.
1.2.7 - Updated pylint version, linted
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.
1.2.6 - Corrected 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.
1.2.5 - Fixed documentation references
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.