0
1
mirror of https://github.com/radio95-rnt/rds95.git synced 2026-02-26 20:33:53 +01:00
This commit is contained in:
2025-12-24 10:54:54 +01:00
parent 979817b292
commit 8bc35536c5
4 changed files with 11 additions and 9 deletions

View File

@@ -22,6 +22,10 @@ function reset_rds() end
---It should be defined by the user in the script.
---@return nil
function on_init() end
---This function is called by the C core after we initialize the encoder (always, every start)
---It should be defined by the user in the script.
---@return nil
function on_start() end
---@param pi integer
function set_rds_pi(pi) end