?? uda1341.h
字號:
#ifndef __UDA1341_H__
#define __UDA1341_H__
#ifdef __cplusplus
extern "C" {
#endif
//void PlayWav(U32 sample,S16 *lBuf,S16 *rBuf,U32 freq);
void PlayWav(void);
void Init1341(void);
void Test1341(void);
void Play1341(void);
void Stop1341(void);
#define FS2205KHZ
//#define FS441KHZ
#ifdef __cplusplus
}
#endif
#endif /*__UDA1341_H__*/
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -