?? config.h
字號:
/***************************************************************************
*
* (c) ATMEL-Wireless and Microcontrollers 2001
*
*
****************************************************************************/
/*H**************************************************************************
* NAME: config.h
*----------------------------------------------------------------------------
* PURPOSE:
*****************************************************************************/
#ifndef _CONFIG_H_
#define _CONFIG_H_
#include "lib_mcu/compiler.h"
#include "lib_mcu/at89c51xd2.h"
#include "flash_api.h"
sfr16 DPTR = 0x82;
#define SET_XRAM_1024 { AUXR &= 0xFC; AUXR |= 0x0C; }
#endif /* _CONFIG_H_ */
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -