-
Notifications
You must be signed in to change notification settings - Fork 8
Closed
Labels
Description
This library returns the pressure reading in hectopascals per the CP Design Guide:
https://docs.circuitpython.org/en/latest/docs/design_guide.html#sensor-properties-and-units
Code is here for ref:
Adafruit_CircuitPython_MPL3115A2/adafruit_mpl3115a2.py
Lines 218 to 219 in b32af7d
| # Scale down to hectopascals. | |
| return pressure / 400.0 |
Some of the docs are still saying Pascals.