1
0
mirror of https://github.com/cmur2/python-bme680.git synced 2025-07-06 11:11:26 +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,10 +1,11 @@
#!/usr/bin/env python
import bme680
import time
print("""Display Temperature, Pressure, Humidity and Gas
print("""read-all.py - Displays temperature, pressure, humidity, and gas.
Press Ctrl+C to exit
Press Ctrl+C to exit!
""")