📄 interrupt.h
字号:
#include "main.h"
#ifndef __DSP5402_INTERRUPT_H
#define __DSP5402_INTERRUPT_H
#ifdef __cplusplus
extern "C"
{
#endif
//在此添加C++代码
extern "C" interrupt void Timer0Isr();
#ifdef __cplusplus
}
#endif
#endif//__DSP5402_INTERRUPT_H
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -