Added for gyro and testing

Committer:
sepham
Date:
Thu Jul 04 18:25:35 2019 +0000
Revision:
14:365c1c1bf6ee
Parent:
12:6efce6d008f8
IMU tof more gyro and testing

Who changed what in which revision?

UserRevisionLine numberNew contents of line
jahutchi 12:6efce6d008f8 1 #ifndef FILTER_H
jahutchi 12:6efce6d008f8 2 #define FILTER_H
jahutchi 12:6efce6d008f8 3
jahutchi 12:6efce6d008f8 4 float lowPass(float sample);
jahutchi 12:6efce6d008f8 5 float complement(float x, float y , float ratio);
jahutchi 12:6efce6d008f8 6 float boxcar(float sample);
jahutchi 12:6efce6d008f8 7 #endif