?? 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 + -