succes

Dependencies:   microbit

kalman.h

Committer:
mk1
Date:
2017-02-11
Revision:
0:c15430f1895f

File content as of revision 0:c15430f1895f:

#ifndef _KALMAN_H_
#define _KALMAN_H_

float kalmanCalculate(float newAngle, float newRate, float  dt);
 
#endif