adafruit_mpl115a2

CircuitPython driver for MPL115A2 I2C Barometric Pressure/Temperature Sensor.

  • Author(s): Carter Nelson

Implementation Notes

Hardware:

Software and Dependencies:

class adafruit_mpl115a2.MPL115A2(i2c, address=96)

Driver for MPL115A2 I2C barometric pressure / temperature sensor.

property pressure

The pressure in hPa.

property temperature

The temperature in deg C.