You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

MultipleCards.txt 445B

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