fat16_config.h
来自「SD卡和FAT16读写源代码 支持长文件名和子目录」· C头文件 代码 · 共 29 行
H
29 行
#ifndef FAT16_CONFIG_H#define FAT16_CONFIG_G/** * \addtogroup fat16 * * @{ *//** * \file * FAT16 configuration. *//** * \ingroup fat16_config * Controls FAT16 write support. * * Set to 1 to enable FAT16 write support, set to 0 to disable it. */#define FAT16_WRITE_SUPPORT 1/** * @} */#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?