AC695N-SoundBox-SDK/apps/soundbox/include/task_manager/pc/pc.h
2026-08-09 00:00:00 +00:00

16 lines
194 B
C

#ifndef _PC_H_
#define _PC_H_
#include "system/event.h"
#include "music/music_player.h"
int pc_device_event_handler(struct sys_event *event);
void app_pc_tone_play_start(u8 mix);
#endif