Skip to content

Releases: adafruit/Adafruit_CircuitPython_MPL3115A2

3.0.3 - Fix RTD Docs Build and Unpin Sphinx

09 Dec 17:28
Compare
Choose a tag to compare

Changes: 3.0.2...3.0.3

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

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

Read the docs for info on how to use it.

3.0.2 - Fix RTD Theme Issue

25 Sep 15:45
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

3.0.1 - Updated .pylintrc, fixed jQuery

26 May 16:26
e286825
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

3.0.0 - Update to use hectopascals for pressure

15 Mar 16:08
f736263
Compare
Choose a tag to compare

This library has been updated to work universally with hectopascals instead of pascals for pressure. This is therefore an API-changing update to the library from 2.X.X. Thanks @jposada202020!

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

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

Read the docs for info on how to use it.

2.0.5 - Fix readings

05 Mar 16:43
df0c9fc
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

2.0.4 - Added commented out board.STEMMA_I2C with explanation

28 Nov 18:08
8bda6c9
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

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

26 Aug 02:20
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

2.0.2 - Fixed version string

22 Aug 18:43
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

2.0.1 - Switched to pyproject.toml

09 Aug 19:31
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

2.0.0 - Temperature and RP2040 Fix

28 Jul 00:38
5433c99
Compare
Choose a tag to compare

BREAKING CHANGES

  • Fixes bug with temperature readings
  • Fixes RP2040 reset behavior
  • pressure reading changed to hectopascals (BREAKING)

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

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

Read the docs for info on how to use it.