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 c91a37d commit 064a8df
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
Expand Up @@ -7,7 +7,9 @@ Thanks to Bill Greiman
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:

#### First, you need connect your slave module to arduino, SCK to SCK, MISO to MISO, MOSI to MOSI, Reset to Reset
##### Connect your slave module to arduino:
SCK to SCK, MISO to MISO, MOSI to MOSI, Reset to Reset,
CS to CS, and other pins.

* Arduino Uno SPI pinout:

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

![alt tag](https://github.com/anydream/TurboSPI/raw/master/SPIpinout/due.jpg)

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

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

0 comments on commit 064a8df

Please sign in to comment.