icoc.h

来自「本程序已经调试通过」· C头文件 代码 · 共 16 行

H
16
字号
/**********************************************************************
* FileName: icoc.h
* Compiler: MPLAB C30
**********************************************************************/

#ifndef ICOC_H
#define ICOC_H

void InitCPU(void);
void InitTmr3(void);
void InitIC8(void);
void __attribute__((__interrupt__, no_auto_psv)) _IC8Interrupt(void);
void __attribute__((__interrupt__, no_auto_psv)) _T3Interrupt(void);

#endif

⌨️ 快捷键说明

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