update intermediate solution
This commit is contained in:
@ -120,8 +120,8 @@ int main(void)
|
||||
while (1)
|
||||
{
|
||||
/* USER CODE END WHILE */
|
||||
spi2can<vn::YawPitchRollTrueBodyAccelerationAndAngularRatesRegister>(&hspi1, &hcan, vn::YawPitchRollTrueBodyAccelerationAndAngularRatesRegisterID);
|
||||
HAL_Delay(1);
|
||||
spi2can<vn::InsSolutionLlaRegister>(&hspi1, &hcan, vn::InsSolutionLlaRegisterID);
|
||||
HAL_Delay(100);
|
||||
/* USER CODE BEGIN 3 */
|
||||
}
|
||||
/* USER CODE END 3 */
|
||||
|
||||
Reference in New Issue
Block a user