zephyr/samples/sensor/stm32_temp_sensor/prj.conf
Eug Krashtan 0c4e9d29bb samples: sensor: Add stm32_temp sample application
Demonstating usage of STM32 temperature sensor.

Signed-off-by: Eug Krashtan <eug.krashtan@gmail.com>
2021-05-08 10:18:09 -05:00

6 lines
94 B
Plaintext

CONFIG_SENSOR=y
CONFIG_ADC=y
CONFIG_STM32_TEMP=y
CONFIG_PRINTK=y
CONFIG_CBPRINTF_FP_SUPPORT=y