📄 includes.h
字号:
#ifndef _INCLUDES_H_
#define _INCLUDES_H_
#include <stdarg.h>
#include <string.h>
#include <stdlib.h>
#include <stdio.h>
#include <ctype.h>
#include <rt_fp.h>
#include <setjmp.h>
#include <rt_misc.h>
#include <math.h>
//#include "Interface.h"
#include "44b.h"
#include "OPTION.H"
#include "def.h"
#include "LCMDriver.h"
#define ZKaddr (uint8 *)0x01A0000 //416 扇区~479
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -