Based off b80915eb99
and compacted into a single commit so that it will fit on the uni git server
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>;
|
|
};
|