📄 timer.h
字号:
/* ------------------------------------------------------------
File Name: timer.h
Auther: Samuel
Revision: R1
History: R1 Jul.05, 2007 Creation
------------------------------------------------------------ */
/* define to prevent recursive inclusion */
#ifndef __TIMER_H
#define __TIMER_H
/* includes --------------------------------------------------------------- */
#include <c8051f020.h>
#include "common.h"
/* types ------------------------------------------------------------------ */
/* functions -------------------------------------------------------------- */
void Timer3_Init(void);
/* ---------- top level core functions ---------- */
/* ---------- support functions ---------- */
#endif /* __TIMER_H */
/* End of timer.h */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -