zephyr/samples/sensor/bme280/prj.conf
Martí Bolívar 18ba133dcb samples: bme280: enable sensor logging
This helps debug issues with the device. Samples should try to be
helpful to first-time users. Send printk() to logging so it doesn't
fight over the UART.

Signed-off-by: Martí Bolívar <marti.bolivar@nordicsemi.no>
2020-04-14 10:38:10 -05:00

4 lines
45 B
Plaintext

CONFIG_I2C=y
CONFIG_SENSOR=y
CONFIG_BME280=y