bme-driver

Python driver for the Bosch BMP280 and BME280 sensors.


License
Apache-2.0
Install
pip install bme-driver==0.1.2

Documentation

bme-driver

Complete and easy-to-use driver for the Bosch BMP280 and BME280 sensors

GitHub Workflow Status PyPI PyPI - License PyPI - Downloads

Installation

The package is available on PyPI. Installation is can be done with your favourite package manager. For example:

pip install bme-driver

Release notes

  • 0.1.1: Fix unit of pressure measurement in docstring
  • 0.1.0: Initial release

References