12 lines
213 B
Plaintext
12 lines
213 B
Plaintext
|
Bosch Sensortec BME680 pressure/temperature/humidity/voc sensors
|
||
|
|
||
|
Required properties:
|
||
|
- compatible: must be "bosch,bme680"
|
||
|
|
||
|
Example:
|
||
|
|
||
|
bme680@76 {
|
||
|
compatible = "bosch,bme680";
|
||
|
reg = <0x76>;
|
||
|
};
|