0
1
mirror of https://github.com/radio95-rnt/rds95.git synced 2026-02-27 12:53:53 +01:00
Files
rds95/src/ascii_cmd.h
2025-03-16 16:17:16 +01:00

7 lines
203 B
C

#include "modulator.h"
#include "rds.h"
#define CMD_BUFFER_SIZE 255
#define CTL_BUFFER_SIZE (CMD_BUFFER_SIZE * 2)
#define READ_TIMEOUT_MS 100
extern void process_ascii_cmd(RDSModulator* mod, char *str);