8 lines
154 B
C
8 lines
154 B
C
|
#ifndef _DIRECTION_ESTIMATOR_H_
|
||
|
#define _DIRECTION_ESTIMATOR_H_
|
||
|
|
||
|
void DirectionEstimator_Init(void);
|
||
|
|
||
|
double DirectionPredict(double* directioin);
|
||
|
|
||
|
#endif
|