KT25-0812_82A-UART/apps/soundbox/include/soundcard/notice.h

11 lines
204 B
C
Raw Normal View History

2025-08-12 10:09:23 +00:00
#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__