-
CONFIG_BMM150_I2C_ADDR
¶
BMM150 I2C slave address
Type: hex
Help¶
Specify the I2C slave address for the BMM150. Possible addresses are 0x10,0x11,0x12,0x13.
Kconfig definition¶
At drivers/sensor/bmm150/Kconfig:20
Included via Kconfig:10
→ Kconfig.zephyr:29
→ drivers/Kconfig:64
→ drivers/sensor/Kconfig:60
Menu path: (top menu) → Device Drivers → Sensor Drivers → BMM150 I2C Geomagnetic Chip
config BMM150_I2C_ADDR hex prompt "BMM150 I2C slave address" ifBMM150
&&SENSOR
default 0x10 ifBMM150
&&SENSOR
depends onBMM150
&&SENSOR
help Specify the I2C slave address for the BMM150. Possible addresses are 0x10,0x11,0x12,0x13.
(Definitions include propagated dependencies, including from if’s and menus.)