📄 sd_eeprom.h
字号:
/*--------------File Info-------------------------------------------------------
** 文 件 名: EEPROM.h
** 最后修改日期: 2008.3.28
** 版 本: V1.0
** 描 述:
**------------------------------------------------------------------------------
** Created by:
** Created date:
*******************************************************************************/
#ifndef __SD_EEPROM_h
#define __SD_EEPROM_h
#include "eeprom.h"
#include "SD_Config.h"
#define SD_BootSectorAddress 0x40
#define SD_BootSectorLength SD_BLOCKSIZE
//装载SD卡启动扇区信息
extern void Load_SD_BootSector(void);
//保存SD卡启动扇区信息
extern void Save_SD_BootSector(void);
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -