This repository has been archived on 2020-09-09. You can view files and clone it, but cannot push or open issues or pull requests.
arduino_universal_serial_ad.../Libraries/SdFat/QuickStart.txt

22 lines
649 B
Plaintext

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