-
CONFIG_HP206C_ALT_OFFSET
¶
Altitude offset (in cm)
Type: int
Help¶
Value, in cm, that will be used to compensate altitude calculation. For more info on how to choose this value, consult section 6.1.1 in the datasheet.
Direct dependencies¶
!HP206C_ALT_OFFSET_RUNTIME
&& HP206C
&& SENSOR
(Includes any dependencies from if’s and menus.)
Defaults¶
- 0 if !
HP206C_ALT_OFFSET_RUNTIME
&&HP206C
&&SENSOR
Kconfig definition¶
At drivers/sensor/hp206c/Kconfig:43
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:62
→ drivers/sensor/Kconfig:66
Menu path: (top menu) → Device Drivers → Sensor Drivers → HopeRF HP206C precision barometer and altimeter sensor
config HP206C_ALT_OFFSET int prompt "Altitude offset (in cm)" if !HP206C_ALT_OFFSET_RUNTIME
&&HP206C
&&SENSOR
default 0 if !HP206C_ALT_OFFSET_RUNTIME
&&HP206C
&&SENSOR
depends on !HP206C_ALT_OFFSET_RUNTIME
&&HP206C
&&SENSOR
help Value, in cm, that will be used to compensate altitude calculation. For more info on how to choose this value, consult section 6.1.1 in the datasheet.
(Definitions include propagated dependencies, including from if’s and menus.)