Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

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.