No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

14 líneas
445B

  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.