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-28 22:48:49 +01:00
parent cd7dbff03b
commit 51645c9798
7 changed files with 47 additions and 13 deletions

View File

@@ -12,6 +12,11 @@ user_data_len = 0
--#region Functions implemented or used in C
---Executes a CRC-16 CCIIT
---@param data string
---@return integer
function crc16(data) end
---Starts the initialization sequence, also calls the on_init function
---@return nil
function set_rds_program_defaults() end