# `mix bb_sensor_bmi323.install`
[🔗](https://github.com/beam-bots/bb_sensor_bmi323/blob/main/lib/mix/tasks/bb_sensor_bmi323.install.ex#L6)

Installs BB.Sensor.BMI323 into a robot

Adds a `:config.:bmi323` param group with `bus`, `address`, and
`int1_pin`, sets the bus name on the robot's child spec in your
application module, and imports `bb_sensor_bmi323` into your
formatter.

The sensor itself lives on a specific link — the installer can't
guess which one, so it prints a snippet for you to paste into the
topology.

## Example

```bash
mix igniter.install bb_sensor_bmi323
mix igniter.install bb_sensor_bmi323 --bus ftdi-3:17-i2c
```

## Options

* `--robot` - The robot module (defaults to `{AppPrefix}.Robot`).
* `--bus` - The I2C bus name (default `i2c-1`).

---

*Consult [api-reference.md](api-reference.md) for complete listing*
