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

📄 pit.h

📁 冷火MCF52255开发板精华资料
💻 H
字号:
#ifndef PIT_h_
#define PIT_h_

#include "support_common.h"
#define uint unsigned int
//#include "vectors.h"
//extern con_PIT;

extern char mod;
extern uint time;
extern int ang[4];


void PIT0_init(void);
void PIT0_start(uint x);
void PIT0_stop(void);

__declspec(interrupt:0) void PIT0_handler(void);


#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -