Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

22 lines
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.