Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DOCS-3051: Update vectornav IMU attributes #3621

Merged
merged 1 commit into from
Oct 23, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/components/movement-sensor/imu-vectornav.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ Fill in the attributes as applicable to your movement sensor, according to the t
| `board` | string | **Required** | The `name` of the [board](/components/board/) to which the device is wired. |
| `spi_bus` | string | **Required** | The index of the SPI bus over which the device communicates with the board. |
| `chip_select_pin` | string | **Required** | The ({{< glossary_tooltip term_id="pin-number" text="pin number" >}}) of the pin on the board (other than the SPI bus pins) connected to the IMU chip. Used to tell the chip whether the current SPI message is meant for it or for another device. |
| `spi_baud_rate` | int | **Required** | The rate at which data is sent from the IMU. <br> Default: `115200` |
| `polling_frequency_hz` | int | **Required** | How many times per second the sensor is polled. |
| `spi_baud_rate` | int | Optional | The rate at which data is sent from the IMU. <br> Default: `115200` |
| `polling_frequency_hz` | int | Optional | How many times per second the sensor is polled. |

{{< readfile "/static/include/components/test-control/movement-sensor-imu-control.md" >}}

Expand Down
Loading