a

IMU6050/filter.h

Committer:
JesiMiranda
Date:
2019-07-09
Revision:
17:f2e2692762ac
Parent:
12:6efce6d008f8

File content as of revision 17:f2e2692762ac:

#ifndef FILTER_H
#define FILTER_H

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