includes.h

来自「S3C44B0X LCD(320*240)驱动程序」· C头文件 代码 · 共 20 行

H
20
字号
#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 + =
减小字号Ctrl + -
显示快捷键?