0
1
mirror of https://github.com/radio95-rnt/rds95.git synced 2026-02-27 04:43:52 +01:00

transition to lua based

This commit is contained in:
2025-12-22 16:10:33 +01:00
parent 1a747d9264
commit ecf02a7479
6 changed files with 155 additions and 65 deletions

View File

@@ -5,7 +5,6 @@
#include "rds.h"
#include "modulator.h"
int lua_set_rds_pi(lua_State *L);
void init_lua(RDSModulator* rds_mod);
void run_lua(char *str, char *cmd_output);
void destroy_lua();