Rename lpf.h to filter.h

To implement more filters (like notch) potentially.
This commit is contained in:
Oleg Kalachev
2026-08-12 02:01:56 +03:00
parent d65c5c0eb1
commit 7312aeff32
9 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
#include "quaternion.h"
#include "Arduino.h"
#include "wifi.h"
#include "lpf.h"
#include "filter.h"
extern float t, dt;
extern float controlRoll, controlPitch, controlYaw, controlThrottle, controlMode;