man github.dev is better than that, but tilt doesn't work

This commit is contained in:
Kuba
2025-08-08 23:04:51 +02:00
committed by GitHub
parent 1ec3ee9466
commit 883d2f86dc
2 changed files with 14 additions and 13 deletions
+2 -1
View File
@@ -15,7 +15,8 @@ float apply_preemphasis(ResistorCapacitor *filter, float sample);
typedef struct {
float alpha;
float dc_estimate;
float x_prev;
float y_prev;
float gain;
} TiltCorrectionFilter;