-
CONFIG_GROVE_TEMPERATURE_SENSOR_ADC_CHANNEL
¶
ADC channel used by Grove Temperature Sensor
Type: int
Help¶
Specify the channel of the ADC to which the Grove Temperature Sensor is connected.
Direct dependencies¶
GROVE_TEMPERATURE_SENSOR
&& SENSOR
(Includes any dependencies from if’s and menus.)
Defaults¶
- 10 if
GROVE_TEMPERATURE_SENSOR
&&SENSOR
Kconfig definition¶
At drivers/sensor/grove/Kconfig:78
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:64
→ drivers/sensor/Kconfig:64
Menu path: (top menu) → Device Drivers → Sensor Drivers → Enable the Seeed Grove Temperature Sensor
config GROVE_TEMPERATURE_SENSOR_ADC_CHANNEL int prompt "ADC channel used by Grove Temperature Sensor" ifGROVE_TEMPERATURE_SENSOR
&&SENSOR
default 10 ifGROVE_TEMPERATURE_SENSOR
&&SENSOR
depends onGROVE_TEMPERATURE_SENSOR
&&SENSOR
help Specify the channel of the ADC to which the Grove Temperature Sensor is connected.
(Definitions include propagated dependencies, including from if’s and menus.)