📄 timer.h
字号:
/**********************************************************************************************
Timer.H file
定时器相关操作的头文件
作者:Computer-lov
建立日期:2006-4-24
修改日期:2006-4-24
版本:V1.0
版权所有,盗版必究。
任何技术问题可到我的博客上留言: http://computer00.21ic.org
Copyright(C) Computer-lov 2006-2016
All rights reserved
**********************************************************************************************/
#ifndef __TIMER_H__
#define __TIMER_H__
#include <../my_type.h>
void Timer0Init(void);
void Timer1Init(void);
void Timer2Init(void);
void Timer3Init(void);
typedef struct
{
uint8 Hundredths;
uint8 Second;
uint8 Minute;
uint8 Hour;
}time_type;
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -