button.h

来自「WAV 数字输出播放器」· C头文件 代码 · 共 17 行

H
17
字号
//Values for button
#define BTN_STOP	5
#define BTN_PAUSE	4
#define	BTN_PLAY	3
#define BTN_FF		2
#define BTN_PREV	1
#define BTN_NONE	0

//from main routine
void init_button(void);

//from timer routine
void Read_Buttons(void);



⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?