Adafruit_CircuitPython_DPS310

Library for the DPS310 Precision Barometric Pressure Sensor

MIT License

Downloads
1.6K
Stars
7
Committers
13

Bot releases are hidden (Show)

Adafruit_CircuitPython_DPS310 - 2.1.14 - Fix RTD Docs Build and Unpin Sphinx

Published by FoamyGuy 10 months ago

Changes: https://github.com/adafruit/Adafruit_CircuitPython_DPS310/compare/2.1.13...2.1.14

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.

Adafruit_CircuitPython_DPS310 - 2.1.13 - Fix RTD Theme Issue Latest Release

Published by FoamyGuy about 1 year ago

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.

Adafruit_CircuitPython_DPS310 - 2.1.12 - Updated .pylintrc, fixed jQuery

Published by evaherrada over 1 year ago

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.

Adafruit_CircuitPython_DPS310 - 2.1.11 - Updated pre-commit hooks

Published by evaherrada over 1 year ago

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.

Adafruit_CircuitPython_DPS310 - 2.1.10 - Added commented out board.STEMMA_I2C with explanation

Published by evaherrada almost 2 years ago

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.

Adafruit_CircuitPython_DPS310 - 2.1.9 - Added type annotations

Published by tekktrik about 2 years ago

Added type annotations for this library. Thanks @tcfranks!

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.

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

Published by evaherrada about 2 years ago

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.

Adafruit_CircuitPython_DPS310 - 2.1.7 - Fixed version string

Published by evaherrada about 2 years ago

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.

Adafruit_CircuitPython_DPS310 - 2.1.6 - Switched to pyproject.toml

Published by evaherrada about 2 years ago

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.

Adafruit_CircuitPython_DPS310 - 2.1.5 - Fixed units in documentation

Published by tekktrik over 2 years ago

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.

Adafruit_CircuitPython_DPS310 - 2.1.4 - Added cp.org link to index.rst

Published by evaherrada over 2 years ago

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.

Adafruit_CircuitPython_DPS310 - 2.1.3 - Repo documentation and config updates

Published by evaherrada over 2 years ago

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.

Adafruit_CircuitPython_DPS310 - 2.1.2 - Fixed address passing for DPS310_Advanced

Published by evaherrada over 2 years ago

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.

Adafruit_CircuitPython_DPS310 - 2.1.1 - Updated documentation link, python version

Published by evaherrada over 2 years ago

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.

Adafruit_CircuitPython_DPS310 - 2.1.0 - Default Import

Published by FoamyGuy almost 3 years ago

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.

Adafruit_CircuitPython_DPS310 - 2.0.0 - Split into module

Published by FoamyGuy almost 3 years ago

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.

Adafruit_CircuitPython_DPS310 - 1.2.7 - Updated pylint version, linted

Published by evaherrada almost 3 years ago

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.

Adafruit_CircuitPython_DPS310 - 1.2.6 - Corrected units

Published by evaherrada over 3 years ago

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.

Adafruit_CircuitPython_DPS310 - 1.2.5 - Fixed documentation references

Published by evaherrada over 3 years ago

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.

Adafruit_CircuitPython_DPS310 - 1.2.4 - Improved documentation

Published by evaherrada over 3 years ago

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.

Package Rankings
Top 10.85% on Pypi.org
Related Projects