config.h

来自「51代码综合,ISP,用于8051单片机应用编成」· C头文件 代码 · 共 37 行

H
37
字号
/***************************************************************************
*
*						(c) ATMEL-Wireless and Microcontrollers 2001 
*
*
****************************************************************************/

/*H**************************************************************************
* NAME: config.h 
*----------------------------------------------------------------------------
* AUTHOR :Jean-sebastien Berthy && Rapha雔 L'etendu
*****************************************************************************/

#ifndef _CONFIG_H_
#define _CONFIG_H_


/************  Type Definition ************/


typedef unsigned char				Uchar;
typedef unsigned int 				Uint16;
typedef int 								Int16;
typedef float           		Float16;
typedef unsigned long int 	Uint32;
typedef long int 						Int32;
typedef unsigned char				Bool;


/************ Include files ***************/

#include "../../../lib/89c51rd2.h"
#include "flash_api.h"


#endif /* _CONFIG_H_ */

⌨️ 快捷键说明

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