The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_BMC150_MAGN_I2C_ADDR

BMC150_MAGN I2C slave address

Type: hex

Help

Specify the I2C slave address for the BMC150_MAGN.

0x12: GND 0x13: VCC

Direct dependencies

BMC150_MAGN && SENSOR

(Includes any dependencies from if’s and menus.)

Defaults

Kconfig definition

At drivers/sensor/bmc150_magn/Kconfig:21

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:62drivers/sensor/Kconfig:42

Menu path: (top menu) → Device Drivers → Sensor Drivers → BMC150_MAGN I2C Magnetometer Chip

config BMC150_MAGN_I2C_ADDR
    hex
    prompt "BMC150_MAGN I2C slave address" if BMC150_MAGN && SENSOR
    default 0x12 if BMC150_MAGN && SENSOR
    depends on BMC150_MAGN && SENSOR
    help
      Specify the I2C slave address for the BMC150_MAGN.

      0x12: GND
      0x13: VCC

(Definitions include propagated dependencies, including from if’s and menus.)