Skip to content

2.0.0 - Split into module

Compare
Choose a tag to compare
@FoamyGuy FoamyGuy released this 07 Jan 02:40
· 57 commits to main since this release
6398fd4

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.