欢迎来到虫虫下载站 | 资源下载 资源专辑 关于我们
虫虫下载站

includes.h

NEC9222参考代码
H
字号:
#ifndef _INCLUDE_H_
#define _INCLUDE_H_

#pragma sfr
#pragma DI
#pragma EI
#pragma NOP
#pragma STOP
#pragma HALT

#include "isr.h"
#include "hal.h"
#include "isr.h"
#include "protocol.h"
#include "pub_func.h"
#include "sys_event.h"
#include "sys_main.h"
#include "sys_time.h"

#include "stdlib.h"
#include "string.h"
#include "math.h"


extern _sys_potinfo_s _SysPotInfo;

//WDTE=0xAC
#define _clr_wdt()       WDTE=0xAC    

#endif

⌨️ 快捷键说明

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