This commit is contained in:
huxi
2025-12-03 11:12:34 +08:00
parent c23ae4f24c
commit bc195654bf
8163 changed files with 3799544 additions and 92 deletions
+25
View File
@@ -0,0 +1,25 @@
#ifndef _FM_SEVER__H_
#define _FM_SEVER__H_
void fm_volume_pp(void);//播放暂停
void fm_scan_down();//半自动收台
void fm_scan_up();//半自动收台
void fm_scan_all();//全自动收音
void fm_delete_freq();//删当前频点
void fm_prev_station();//上下台
void fm_next_station();//上下台
void fm_volume_up();//声音调节
void fm_volume_down();//声音调整
void fm_next_freq();//上下频点
void fm_prev_freq();//上下频点
void fm_scan_stop(void);//停止搜索,停止后会自动跳到最后一个台
void fm_api_init();//资源申请,读取vm
void fm_api_release();//释放
u8 fm_get_cur_channel(void);
u16 fm_get_cur_fre(void);
void fm_clear_all_station(); //清全部电台
u8 get_fm_scan_status(void); //获取fm 搜台状态
#endif