1
0
mirror of https://github.com/cmur2/python-bme680.git synced 2026-04-05 14:18:43 +02:00

Tidying up and adding examples

This commit is contained in:
Sandy Macdonald
2019-06-09 13:11:35 +01:00
parent e827e5d622
commit 5a5dd139c3
5 changed files with 72 additions and 10 deletions

View File

@@ -1,14 +1,15 @@
#!/usr/bin/env python
import bme680
import time
print("""Estimate indoor air quality
print("""indoor-air-quality.py - Estimates indoor air quality.
Runs the sensor for a burn-in period, then uses a
combination of relative humidity and gas resistance
to estimate indoor air quality as a percentage.
Press Ctrl+C to exit
Press Ctrl+C to exit!
""")