📄 atmel.h
字号:
#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 */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -