Releases: stm32duino/STM32SD
Releases · stm32duino/STM32SD
Updated library name
Updated library name to be aligned with all STM32duino libs Signed-off-by: Frederic.Pillon <frederic.pillon@st.com>
First release of STM32SD library
With an STM32 board with SD card slot availability, this library enables
reading and writing on SD card using SD card slot of a STM32 board (NUCLEO, DISCOVERY, ...).
This library follow Arduino API.
For more information about it, please visit:
http://www.arduino.cc/en/Reference/SD
Note
The library is based on FatFs, a generic FAT file system module for small embedded systems.
http://elm-chan.org/fsw/ff
The FatFs has been ported as Arduino library here. The STM32SD library depends on it.