Вы не можете выбрать более 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.