19 extern volatile float twoKp;
20 extern volatile float twoKi;
26 void MahonyAHRSupdate(
float gx,
float gy,
float gz,
float ax,
float ay,
float az,
float mx,
float my,
float mz);
27 void MahonyAHRSupdateIMU(
float gx,
float gy,
float gz,
float ax,
float ay,
float az,
float *q_0,
float *q_1,
float *q_2,
float *q_3);