Eigen Revision

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

Committer:
NaotoMorita
Date:
Tue Jun 22 02:19:14 2021 +0000
Revision:
66:e5afad70fdd8
Parent:
58:a7947322db87
Child:
68:b9f6938fab9d
mbed ram start;

Who changed what in which revision?

UserRevisionLine numberNew contents of line
cocorlow 56:888379912f81 1 #include "global.hpp"
cocorlow 56:888379912f81 2
cocorlow 56:888379912f81 3 int main()
cocorlow 56:888379912f81 4 {
NaotoMorita 66:e5afad70fdd8 5 //setup();
cocorlow 56:888379912f81 6 calibrationFlag = userButton.read();
cocorlow 56:888379912f81 7 if(calibrationFlag == 0)
cocorlow 56:888379912f81 8 {
NaotoMorita 66:e5afad70fdd8 9 //run();
cocorlow 56:888379912f81 10 }
cocorlow 56:888379912f81 11 else
cocorlow 56:888379912f81 12 {
NaotoMorita 66:e5afad70fdd8 13 //calibrate();
cocorlow 56:888379912f81 14 }
cocorlow 56:888379912f81 15 }