From 716d41b7929b8f7bf6c653ce2f6d54edde7e4e67 Mon Sep 17 00:00:00 2001 From: William Clark Date: Thu, 25 Apr 2024 22:26:18 +0100 Subject: [PATCH] README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5dec118..bb7e967 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # bme680 -Example implementation of BME680 software. The I2C/SPI drivers are meant to run on a Raspberry Pi 4 but you can figure out how to port it. +Example implementation of BME680 software. The I2C/SPI drivers are meant to run on a Raspberry Pi 4. ![Raspberry Pi](.gitea/pi.png) @@ -92,4 +92,4 @@ gas resistance: 14702.868852 Ohm === heat_stab_r: 1 ``` -Note: Two different BME680 devices, one on each type of bus. Perhaps they'd read closer to eachother following a burn-in or something. +Note: Do not trust the gas resistance measurement if `heat_stab_r` is not `1`.