Skip to content

Update docs for pressure reading in hectopascals #25

@caternuson

Description

@caternuson

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:

# Scale down to hectopascals.
return pressure / 400.0

Some of the docs are still saying Pascals.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions