mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-09 10:12:55 +00:00
Sample code for the BME680 environmental sensor Signed-off-by: Bosch Sensortec <github@bosch-sensortec.com>
6 lines
70 B
Plaintext
6 lines
70 B
Plaintext
CONFIG_STDOUT_CONSOLE=y
|
|
CONFIG_I2C=y
|
|
CONFIG_SENSOR=y
|
|
CONFIG_BME680=y
|
|
|