forked from greiman/SdFat
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
232 changed files
with
6,708 additions
and
5,339 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
To enable support for SPI transactions, edit SfFatCinfig.h and modify these | ||
defines. | ||
|
||
//------------------------------------------------------------------------------ | ||
/** | ||
* Set ENABLE_SPI_TRANSACTION nonzero to enable the SPI transaction feature | ||
* of the standard Arduino SPI library. You must include SPI.h in your | ||
* sketches when ENABLE_SPI_TRANSACTION is nonzero. | ||
*/ | ||
#define ENABLE_SPI_TRANSACTION 0 | ||
//------------------------------------------------------------------------------ | ||
/** | ||
* Set ENABLE_SPI_YIELD nonzero to enable release of the SPI bus during | ||
* SD card busy waits. | ||
* | ||
* This will allow interrupt routines to access the SPI bus if | ||
* ENABLE_SPI_TRANSACTION is nonzero. | ||
* | ||
* Setting ENABLE_SPI_YIELD will introduce some extra overhead and will | ||
* slightly slow transfer rates. A few older SD cards may fail when | ||
* ENABLE_SPI_YIELD is nonzero. | ||
*/ | ||
#define ENABLE_SPI_YIELD 0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.