📄 config.h
字号:
/***************************************************************************
*
* (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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -