選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

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.