📄 include.h
字号:
#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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -