solaESKF_EIGEN

Dependencies:   mbed LPS25HB_I2C LSM9DS1 PIDcontroller LoopTicker GPSUBX_UART_Eigen SBUS_without_mainfile MedianFilter Eigen UsaPack solaESKF_Eigen Vector3 CalibrateMagneto FastPWM

Committer:
osaka
Date:
Mon Nov 01 09:15:40 2021 +0000
Revision:
95:43717535c354
gps

Who changed what in which revision?

UserRevisionLine numberNew contents of line
osaka 95:43717535c354 1 #include "global.hpp"
osaka 95:43717535c354 2
osaka 95:43717535c354 3 void getGPSval()
osaka 95:43717535c354 4 {
osaka 95:43717535c354 5 gps.Update();
osaka 95:43717535c354 6
osaka 95:43717535c354 7 }