include.h

来自「this progam is used with e_lock,and so o」· C头文件 代码 · 共 25 行

H
25
字号
#include <REG52.H>
#include <intrins.h>//本征函数库
#include <string.h>//字符串处理函数库

void DelayNuS(unsigned char i);
void DelayNmS(unsigned char i);

void EnableInterrupt(void);
void DisInterrupt(void);


#define FALSE 0
#define OK 1
#define TIMEOUT 2


#include "Led.h"
#include "Key.h"
#include "Timer.h"
#include "UART.h"
#include "Finger.h"
#include "Module.h"
#include "Command.h"
#include "Motor.h"
#include "Sound.h"

⌨️ 快捷键说明

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