Clarify BME68X humidity and gas resistance units

pull/241/head
Sam Nicholls 2022-01-25 22:33:04 +00:00 zatwierdzone przez GitHub
rodzic ab602135b6
commit 7ee3d74a4a
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -31,7 +31,7 @@ The `breakout_bme68x` module includes constants for the possible I2C addresses:
## Reading Data From The Sensor
The `read` method will return a tuple containing Temperature (degrees C), Pressure (Pa) humidity, and gas resistance values, plus the status code and gas/measurement indexes:
The `read` method will return a tuple containing Temperature (degrees C), Pressure (Pa), relative humidity (%rH), and gas resistance (Ω) values, plus the status code and gas/measurement indexes:
```python
temperature, pressure, humidity, gas_resistance, status, gas_index, meas_index = bme.read()