This repository has been archived on 2020-09-09. You can view files and clone it, but cannot push or open issues or pull requests.
arduino_universal_serial_ad.../Libraries/SdFat/MultipleCards.txt

14 lines
445 B
Plaintext

SdFat has support for multiple SD cards. This requires multiple instances
of SdFat objects.
You must edit SdFatConfig.h to enable multiple instances of SdFat. Set
USE_MULTIPLE_CARDS nonzero like this:
#define USE_MULTIPLE_CARDS 1
Look at TwoCards.pde in the SdFat/examples folder. This example demonstrates
use of two SD cards.
Read WorkingDirectory.txt for more information on volume working
directories and the current working directory.