⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 timer.h

📁 80c51F020的开发程序 包括ADC DDS DAC
💻 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 + -