Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

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.