time.h
来自「51单片机中」· C头文件 代码 · 共 14 行
H
14 行
//time.h
#ifndef _TIME_H
#define _TIME_H
//
#define MCU_MHZ 120
//Functions
void Delay_ms(unsigned char uchDly);
//void Timer0_ISR() interrupt 1 using 2;
//void Timer1_ISR() interrupt 3 using 3;
#endif //_TIME_H
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?