atmel.h
来自「at51系列单片机编程源码」· C头文件 代码 · 共 26 行
H
26 行
#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 + =
减小字号Ctrl + -
显示快捷键?