MIP_SDK
v3.0.0
MicroStrain Communications Library for embedded systems
|
Samples gyro for a specified time range and writes the averaged result to the Gyro Bias vector in RAM. More...
Classes | |
struct | mip::commands_3dm::CaptureGyroBias |
Functions | |
TypedResult< CaptureGyroBias > | mip::commands_3dm::captureGyroBias (C::mip_interface &device, uint16_t averagingTimeMs, float *biasOut) |
Samples gyro for a specified time range and writes the averaged result to the Gyro Bias vector in RAM.
The device will average the gyro output for the duration of "averaging_time_ms." To store the resulting vector in non-volatile memory, use the Set Gyro Bias command. IMPORTANT: The device must be stationary and experiencing minimum vibration for the duration of "averaging_time_ms" Averaging Time range: 1000 to 30,000
TypedResult< CaptureGyroBias > mip::commands_3dm::captureGyroBias | ( | C::mip_interface & | device, |
uint16_t | averagingTimeMs, | ||
float * | biasOut | ||
) |