Skip to content

Commit

Permalink
Update docs/build/micro-rdk/movement-sensor/accel-adxl345.md
Browse files Browse the repository at this point in the history
  • Loading branch information
npentrel authored Jun 17, 2024
1 parent 1d7895d commit d850f82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/build/micro-rdk/movement-sensor/accel-adxl345.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ Then remove and fill in the attributes as applicable to your movement sensor, ac

<!-- prettier-ignore -->
| Name | Type | Required? | Description |
| ---- | ------ | ------------ | ----------- |
| ---- | ------ | --------- | ----------- |
| `board` | string | **Required** | The `name` of the [board](/build/micro-rdk/board/) to which the device is wired. |
| `i2c_bus` | string | **Required** | The `name` of the I<sup>2</sup>C bus on the [board](/build/micro-rdk/board/) wired to this device. |
| `use_alt_i2c_address` | bool | Optional | Depends on whether you wire SDO low (leaving the default address of 0x53) or high (making the address 0x1D). If high, set true. If low, set false or omit the attribute. <br> Default: `false` |
Expand Down

0 comments on commit d850f82

Please sign in to comment.