1
0
mirror of https://github.com/cmur2/python-bme280.git synced 2025-07-04 09:11:18 +02:00

module: add pytest for unit and snapshot testing with travis-ci

This commit is contained in:
cn
2018-03-14 22:46:58 +01:00
parent d6d215d1f9
commit 6aabf21cf8
10 changed files with 3213 additions and 3 deletions

View File

@ -1,6 +1,7 @@
# python-bme280
[![Build Status](https://travis-ci.org/cmur2/python-bme280.svg?branch=master)](https://travis-ci.org/cmur2/python-bme280)
A Python library for accessing the [BME280 combined humidity and pressure](https://ae-bst.resource.bosch.com/media/_tech/media/datasheets/BST-BME280_DS001-11.pdf) from Bosch via `python-smbus` using the I2C interface.
Default settings are suitable for Raspberry Pi 2 and 3 and was successfully tested using a [breakout](https://github.com/watterott/BME280-Breakout).