diff --git a/BME680-wipy.JPG b/BME680-wipy.JPG new file mode 100644 index 0000000..3427edc Binary files /dev/null and b/BME680-wipy.JPG differ diff --git a/README.md b/README.md index f58dc22..1f524c4 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,3 @@ # bme680-mqtt-micropython -Publish data from the bme680 sensor over MQTT using micropython +Publish data from the bme680 sensor over MQTT using micropython. Makes use of https://github.com/gkluoe/bme680/blob/master/library/bme680/i2c.py +and https://github.com/pimoroni/bme680.