Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

22 linhas
649B

  1. For those who don't like too much documentation.
  2. To use this library place the SdFat folder into the libraries
  3. subfolder in your main sketches folder. You may need to
  4. create the libraries folder. Restart the Arduino IDE if
  5. it was open.
  6. Run the QuickStart.ino sketch from the
  7. libraries/SdFat/examples/QuickStart folder. Click the
  8. IDE up-arrow icon then -> libraries -> SdFat -> QuickStart.
  9. You can also click File -> Examples -> SdFat -> QuickStart.
  10. If problems occur try reading more documentation and use these
  11. forums for help:
  12. http://forums.adafruit.com/
  13. http://arduino.cc/forum/
  14. If QuickStart.ino runs successfully try more examples.