timer.h
来自「PIC18F4620、TIS6700下RFID程序」· C头文件 代码 · 共 16 行
H
16 行
#ifndef _TIMER_H
#define _TIMER_H
#include <delays.h>
#include "xpy.h"
////////////////////////////////////////////////////////////////////////
//Sleep about 100*i us
////////////////////////////////////////////////////////////////////////
void delay(uint time);
////////////////////////////////////////////////////////////////////////
//Sleep about i_times s
////////////////////////////////////////////////////////////////////////
void timedelay(uint i_time);
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?