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).

Direct dependencies

BMG160 && SENSOR

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

Defaults

Kconfig definition

At drivers/sensor/bmg160/Kconfig:29

Included via Kconfig:10Kconfig.zephyr:29drivers/Kconfig:64drivers/sensor/Kconfig:56

Menu path: (top menu) → Device Drivers → Sensor Drivers → Bosch BMG160 gyroscope support

config BMG160_I2C_ADDR
    hex
    prompt "BMG160 I2C address" if BMG160 && SENSOR
    default 0x68 if BMG160 && SENSOR
    depends on BMG160 && 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.)