key.h.bak

来自「IIC READ AND WRITE iic器件的读取 连续读取和页读取」· BAK 代码 · 共 18 行

BAK
18
字号
#define	DOWN		0
#define	UP		1
#define	ON		0
#define	OFF		1

sbit KEY	=P0^4;
sbit MICKEY	=P0^5;
sbit MICLED	=P2^0;
/*
sbit KEY	=P3^2;
sbit MICKEY	=P3^4;
sbit MICLED	=P1^0;
*/
void InitTimer2();
void KeyStatus(void);
void KeyDeal(void);
void Setkeyvalue(unsigned char value);

⌨️ 快捷键说明

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