RTL00_WEB_VS/RTLGDB/Project/MPU6050/kalman.h
ADElectronics 764b020238 update
2017-11-28 22:31:40 +03:00

12 lines
252 B
C

#ifndef _KALMAN_H_
#define _KALMAN_H_
#include "FreeRTOS.h"
#include "device.h"
#include "rtl8195a/rtl_libc.h"
#include "platform_stdlib.h"
void Kalman_Init();
double Kalman_GetAngle(double newAngle, double newRate, double dt);
#endif // _KALMAN_H_