Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
Bill Greiman 6ac05353a6 Fix ESP8266 SPI divisor calculation pirms 8 gadiem
AnalogBinLoggerExtras Fix bintocsv dll problem pirms 10 gadiem
LowLatencyLoggerADXL345 Add startMicros to LowLatencyLogger pirms 8 gadiem
SdFat Fix ESP8266 SPI divisor calculation pirms 8 gadiem
SdFatTestSuite Mods for Particle.io and shared SPI multi-block write pirms 8 gadiem
html Mods for Particle.io and shared SPI multi-block write pirms 8 gadiem
.gitattributes :confetti_ball: Added .gitattributes & .gitignore files pirms 10 gadiem
.gitignore :confetti_ball: Added .gitattributes & .gitignore files pirms 10 gadiem
README.md Restructure SPI, new examples pirms 8 gadiem
SdFat.html Beta SPI transactions and Due/Teensy 3.x SoftSPI pirms 10 gadiem
changes.txt Mods for Particle.io and shared SPI multi-block write pirms 8 gadiem

README.md

This is a beta version so there may be bugs and compatibility problems.

Please report problems to the email address listed in the “Bugs and Comments” section of the html documentation.

The Arduino SdFat library provides read/write access to FAT16/FAT32 file systems on SD/SDHC flash cards.

SdFat requires Arduino 1.6x or greater.

To use SdFat, unzip the download file and place the SdFat folder into the libraries sub-folder in your main sketch folder.

For more information see the Manual installation section of this guide:

http://arduino.cc/en/Guide/Libraries

A number of configuration options can be set by editing SdFatConfig.h define macros. See the html documentation for details

Read changes.txt if you have used previous releases of this library.

Please read the html documentation for this library. Start with html/index.html and read the Main Page. Next go to the Classes tab and read the documentation for the classes SdFat, SdBaseFile, SdFile, File, StdioStream, ifstream, ofstream, and others.

Please continue by reading the html documentation.

Updated 23 Jan 2016