Skip to content

Commit

Permalink
modify README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
anydream committed Aug 5, 2015
1 parent 72a5975 commit 31969b7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
## Overview
# Overview
This is another Arduino SPI library separated from SdFat library, it uses SPI registers and DMA (Arduino Due only) to accelerate SPI communication.

Thanks to Bill Greiman

## Configuration
# Configuration
I have test this library on Arduino Uno/Mega2560/Due, maybe support other AVR/SAM3X MCUs.
You can search keywords like "Arduino Mega2560 pinout" to find pinout mapping with your board like this:

Expand All @@ -23,7 +23,7 @@ You can search keywords like "Arduino Mega2560 pinout" to find pinout mapping wi

#### Then, connect CS, RS or other pins to arduino.

## Example code:
# Example code:
```cpp
#include <TurboSPI.h>

Expand Down

0 comments on commit 31969b7

Please sign in to comment.