a

IMU6050/filter.h

Committer:
jahutchi
Date:
2019-07-03
Revision:
12:6efce6d008f8

File content as of revision 12:6efce6d008f8:

#ifndef FILTER_H
#define FILTER_H

float lowPass(float sample);
float complement(float x, float y , float ratio);
float boxcar(float sample);
#endif