-
CONFIG_GROVE_TEMPERATURE_SENSOR_NAME
¶
Driver name
Type: string
Help¶
Specify the device name with which the Grove Temperature Sensor is identified.
Defaults¶
- “GROVE_TEMPERATURE_SENSOR” if
GROVE_TEMPERATURE_SENSOR
Kconfig definition¶
At drivers/grove/Kconfig:82
Included via Kconfig:10
→ Kconfig.zephyr:29
→ drivers/Kconfig:30
Menu path: (top menu) → Device Drivers → Grove Device Drivers
config GROVE_TEMPERATURE_SENSOR_NAME string prompt "Driver name" ifGROVE_TEMPERATURE_SENSOR
default "GROVE_TEMPERATURE_SENSOR" ifGROVE_TEMPERATURE_SENSOR
depends onGROVE_TEMPERATURE_SENSOR
help Specify the device name with which the Grove Temperature Sensor is identified.
(Definitions include propagated dependencies, including from if’s and menus.)