Skip to content

Commit cf19e53

Browse files
committed
Update README.md
Signed-off-by: Frederic Pillon <[email protected]>
1 parent bf4d1d3 commit cf19e53

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

README.md

+10-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
# STM32SD
2-
3-
## SD library for Arduino
1+
# STM32 SD library for Arduino
42

53
With an STM32 board with SD card slot availability, this library enables
64
reading and writing on SD card using SD card slot of a STM32 board (NUCLEO, DISCOVERY, ...).
@@ -10,9 +8,16 @@ This library follow Arduino API.
108
For more information about it, please visit:
119
http://www.arduino.cc/en/Reference/SD
1210

13-
## Note
11+
## Dependency
1412

15-
The library is based on FatFs, a generic FAT file system module for small embedded systems.
13+
This library is based on FatFs, a generic FAT file system module for small embedded systems.
1614
[http://elm-chan.org/fsw/ff](http://elm-chan.org/fsw/ff/00index_e.html)
1715

1816
The FatFs has been ported as Arduino library [here](https://github.com/stm32duino/FatFs). The STM32SD library depends on it.
17+
18+
## Configuration
19+
The FatFs has several user defined options, which is specified from within the `ffconf.h` file.
20+
21+
This library provides a default user defined options file named `ffconf_default.h`.
22+
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.

0 commit comments

Comments
 (0)