0
1
mirror of https://github.com/radio95-rnt/fm95.git synced 2026-02-27 03:23:54 +01:00

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

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;