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.