a

Revision:
12:6efce6d008f8
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/IMU6050/filter.h	Wed Jul 03 17:56:22 2019 +0000
@@ -0,0 +1,7 @@
+#ifndef FILTER_H
+#define FILTER_H
+
+float lowPass(float sample);
+float complement(float x, float y , float ratio);
+float boxcar(float sample);
+#endif
\ No newline at end of file