rename bs412 names and also add debug there, convert to tabs, remove 38 khz min for mpx dev and change bs412 gain reduction logic

This commit is contained in:
2025-04-30 20:00:00 +02:00
parent 92a358bfdb
commit 0f74e8e1b7
4 changed files with 33 additions and 21 deletions
+2 -1
View File
@@ -1,9 +1,10 @@
#pragma once
#include <math.h>
#include "../lib/debug.h"
typedef struct
{
int i;
int sample_counter;
int sample_rate;
double sample;
} MPXPowerMeasurement;