change some ascii logic, reduce source code size, redo some functions and add another way to save rdsmodulator data (this one needs both enc and mod data refresh)

This commit is contained in:
2025-04-14 16:19:08 +02:00
parent 72a7419317
commit ea645c3061
7 changed files with 253 additions and 369 deletions
+7
View File
@@ -9,6 +9,13 @@ typedef struct
uint8_t rdsgen : 2;
} RDSModulatorParameters;
typedef struct
{
uint8_t check;
RDSModulatorParameters params;
uint16_t crc;
} RDSModulatorParametersFile;
typedef struct
{
uint8_t symbol_shift: 7;