📄 sd_cfg.h
字号:
/*!
*@file sd_cfg.h
* config the applation
*
*
*@version v1.0.0
*@date 2007
*@author jacky291@126.com
*/
#ifndef __SD_CONFIG_H
#define __SD_CONFIG_H
#define SD_CRC_EN 0
#define SD_INIT_CLK 100000 //100Kbps
#define SD_MAX_CLK 30000000 //40Mbps
#define SD_BLOCKSIZE 512
#define READ_BL_LEN 512
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -