?? atmel.h
字號(hào):
#ifndef INCLUDE_ATMEL_H#define INCLUDE_ATMEL_H/* ---------------------------------------------------------------------------- * atmel.h * definitions for atmel microprocessors * * Copyright 2003/2004 * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version * 2 of the License, or (at your option) any later version. * ----------------------------------------------------------------------------*//* AT89S8252 boot mode commands */#define PROGENABLE 0x00AC5300#define CHIPERASE 0x00AC0400#define READCODEMEM 0x00010000#define WRITECODEMEM 0x00020000#define READDATAMEM 0x00050000#define WRITEDATAMEM 0x00060000#define WRITELOCKBITS 0x00AC0700#endif /* INCLUDE_ATMEL_H */
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -