int.h

来自「LV4137显示驱动,自己做的,比较简单,但很实用,MCU用的是Myson MT」· C头文件 代码 · 共 35 行

H
35
字号
//----------------------------------------------------------------------------------------------------
// ID Code      : Int.h No.0000
// Update Note  : 
//
//----------------------------------------------------------------------------------------------------

#ifdef __INT__
//--------------------------------------------------
// Global Variables
//--------------------------------------------------
bit bNotifyTimer0Int;

//--------------------------------------------------
// Function Prototypes
//--------------------------------------------------

#else

//--------------------------------------------------
// Extern Global Variables
//--------------------------------------------------
extern bit bNotifyTimer0Int;


//--------------------------------------------------
// Extern Function Prototypes
//--------------------------------------------------


#endif


//----------------------------------------------------------------------------------------------------

⌨️ 快捷键说明

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