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

📄 debug.h

📁 此程序为twell8806驱动程序
💻 H
字号:
#ifndef __DEBUG__
#define __DEBUG__

#define DEBUG_ERR	1
#define DEBUG_WARN	2
#define DEBUG_INFO	3
#define DEBUG_BREAK	4

#define Pause(a)	{ Printf("\r\n"); Printf(a); while(!RS_ready()); RS_rx(); }

//#define BURSTLOCK	7

void DebugWindowControl (void) ;
void Draw_Debug_Char(void);
void DebugWindowCursor( BYTE flag ) ;
void DebugWindowData( BYTE flag ) ;
void Debug_Write(void);
void Debug_Read(void);



#endif	// __DEBUG__

#ifdef CHIP_MANUAL_TEST
void ChipMenualTest(void);

#endif

⌨️ 快捷键说明

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