mirror of
https://github.com/radio95-rnt/rds95.git
synced 2026-02-26 20:33:53 +01:00
12 lines
281 B
C
12 lines
281 B
C
#pragma once
|
|
|
|
#include "common.h"
|
|
#include "rds.h"
|
|
#include "fs.h"
|
|
#include "modulator.h"
|
|
#include "lib.h"
|
|
#define CMD_BUFFER_SIZE 255
|
|
#define CTL_BUFFER_SIZE (CMD_BUFFER_SIZE * 2)
|
|
#define READ_TIMEOUT_MS 225
|
|
|
|
void process_ascii_cmd(RDSModulator* mod, char *str, char *cmd_output); |