mirror of
https://github.com/cmur2/python-bme680.git
synced 2024-11-01 02:56:15 +01:00
10 lines
270 B
Plaintext
10 lines
270 B
Plaintext
README
|
|
|
|
Python library for the BME680 gas, temperature, pressure and humidity sensor. Supports communication over i2c only.
|
|
|
|
IMPORTANT
|
|
|
|
The bme680 library requires i2c.
|
|
To enable run `curl get.pimoroni.com/i2c | bash`
|
|
or use raspi-config and reboot your Raspberry Pi.
|