package
Version:
v0.8.0
Opens a new window with list of versions in this module.
Published: Sep 5, 2023
License: AGPL-3.0
Opens a new window with license information.
Imports: 14
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package imuvectornav implement vectornav imu
type Config struct {
Board string `json:"board"`
SPI string `json:"spi"`
Speed *int `json:"spi_baud_rate"`
Pfreq *int `json:"polling_freq_hz"`
CSPin string `json:"chip_select_pin"`
}
Config is used for converting a vectornav IMU MovementSensor config attributes.
Validate ensures all parts of the config are valid.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.