您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

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