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

📄 error.c

📁 使用picc开发的基于pic16f87x的与上位机进行串行通信的源程序
💻 C
字号:
/*

KeyGhost

Designed by Shane Tolmie Apr 99.

Microprocessor: see mainkg.c

Compiled with:	see mainkg.c

Overall goal: 	keeping track of error occurrences with variables

*/

#include	"always.h"
#include	"error.h"

//variable error is always included so it isn't lost from the watch window when not in use
bank1 unsigned int error;														//used to detect errors, only used in debugging

#if	(ERROR_CHECK==TRUE)

bank1 unsigned char error_count[MAX_ERROR];					//used to count errors, only used in debugging

#endif

⌨️ 快捷键说明

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