增加蜂鸣器函数
This commit is contained in:
@ -13,6 +13,7 @@ __sfr __at (0xE7) ISP_CONTR;
|
||||
extern char __xdata reset_password[RESET_PASSWORD_LENGTH];
|
||||
extern char __xdata receice_password[RESET_PASSWORD_LENGTH];
|
||||
|
||||
#define BEEP P2_5
|
||||
|
||||
void delay_10us(u16 ten_us);
|
||||
void delay_ms(u16 ms);
|
||||
|
Reference in New Issue
Block a user