Files
Gamble/MPU6050/APP/imu.h

18 lines
257 B
C
Raw Normal View History

2023-12-18 14:36:22 +08:00
#ifndef __IMU_H
#define __IMU_H
#include "alldata.h"
#define squa( Sq ) (((float)Sq)*((float)Sq))
extern _st_AngE Angle;//<2F><>ǰ<EFBFBD>Ƕ<EFBFBD><C7B6><EFBFBD>ֵ̬
extern void GetAngle(const _st_Mpu *pMpu,_st_AngE *pAngE, float dt);
extern void imu_rest(void);
#endif