includes.h
来自「NEC9222参考代码」· C头文件 代码 · 共 31 行
H
31 行
#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 + =
减小字号Ctrl + -
显示快捷键?