?? rtconfig.h
字號(hào):
#ifndef __RTCONFIG_H__
#define __RTCONFIG_H__
//Set what interface was used??
//default set to AC97
#define USE_I2S_INTERFACE FALSE
#if USE_I2S_INTERFACE
//ALC5620/ALC5621/ALC5622/ALC5623 is use I2C+I2S interface
#define RT_ALC5621 FALSE
#define RT_ALC5620 TRUE
#else
//ALC5610 is use AC97 interface
#define RT_ALC5610 TRUE
//Use Reset Pin as Pendown
#define USE_RESET_PIN_AS_PENDOWN FALSE
#endif
//default the speaker is use CLASS_AB
#define USE_CLASS_AB_SPEAKER TRUE
#endif //__RTCONFIG_H__
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -