includes.h
来自「NXP LPC系列AMR7的开发程序源码(LCD」· C头文件 代码 · 共 36 行
H
36 行
/***************************************************************************
**
** Master inlude file
**
** Used with ARM IAR C/C++ Compiler and Assembler.
**
** (c) Copyright IAR Systems 2005
**
** $Revision: 18769 $
**
***************************************************************************/
#ifndef __INCLUDES_H
#define __INCLUDES_H
#include <stdio.h>
#include <string.h>
#include <ctype.h>
#include <stdlib.h>
#include <stdbool.h>
#include <intrinsics.h>
#include <NXP/iolh7A404.h>
#include "arm_comm.h"
#include "board.h"
#include "arm922t_cp15_drv.h"
#include "lh7A40x_vic.h"
#include "touch_scr.h"
#include "lcd_drv.h"
#include "lq035q7db02_lcd.h"
#include "paint_bmp.h"
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?