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:
@@ -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!
|
||||
|
||||
""")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user