mirror of
https://github.com/Dasharo/zephyr.git
synced 2026-03-06 14:57:20 -08: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
|
|
|