-
CONFIG_BMG160_I2C_ADDR
¶
BMG160 I2C address
Type: hex
Help¶
BMG160 chip’s I2C address. Chip supports two addresses: 0x68 and 0x69 (if SDO pin is pulled to GND).
Kconfig definition¶
At drivers/sensor/bmg160/Kconfig:29
Included via Kconfig:10
→ Kconfig.zephyr:29
→ drivers/Kconfig:64
→ drivers/sensor/Kconfig:56
Menu path: (top menu) → Device Drivers → Sensor Drivers → Bosch BMG160 gyroscope support
config BMG160_I2C_ADDR hex prompt "BMG160 I2C address" ifBMG160
&&SENSOR
default 0x68 ifBMG160
&&SENSOR
depends onBMG160
&&SENSOR
help BMG160 chip's I2C address. Chip supports two addresses: 0x68 and 0x69 (if SDO pin is pulled to GND).
(Definitions include propagated dependencies, including from if’s and menus.)