File tree Expand file tree Collapse file tree 1 file changed +11
-2
lines changed
Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -13,11 +13,20 @@ http://www.arduino.cc/en/Reference/SD
1313This library is based on FatFs, a generic FAT file system module for small embedded systems.
1414[ http://elm-chan.org/fsw/ff ] ( http://elm-chan.org/fsw/ff/00index_e.html )
1515
16- The FatFs has been ported as Arduino library [ here] ( https://github.com/stm32duino/FatFs ) . The STM32SD library depends on it.
16+ The FatFs has been ported as Arduino library [ here] ( https://github.com/stm32duino/FatFs ) .
17+ The STM32SD library depends on it.
1718
1819## Configuration
20+
21+ ### FatFs
1922The FatFs has several user defined options, which is specified from within the ` ffconf.h ` file.
2023
2124This library provides a default user defined options file named ` ffconf_default.h ` .
2225
23- User can provide his own defined options by adding his configuration in a file named ` ffconf_custom.h ` at sketch level or in variant folder.
26+ User can provide his own defined options by adding his configuration in a file named
27+ ` ffconf_custom.h ` at sketch level or in variant folder.
28+
29+ ### SD detect and timeout
30+ * ` SD_DETECT_PIN ` pin number can be defined in ` variant.h ` or using ` build_opt.h ` .
31+
32+ * ` SD_DATATIMEOUT ` constant for Read/Write block could be redefined in ` variant.h ` or using ` build_opt.h `
You can’t perform that action at this time.
0 commit comments