KT25-1015_AC695x_SDK310/apps/soundbox/include/soundcard/notice.h
2025-10-15 15:18:43 +08:00

11 lines
204 B
C

#ifndef __NOTICE_H__
#define __NOTICE_H__
#include "generic/typedef.h"
#include "app_config.h"
void soundcard_make_notice_electric(u8 mode);
void soundcard_make_some_noise(u8 id);
#endif//__NOTICE_H__