Skip to content

Commit 4f978ef

Browse files
committed
Added information about the need to include the Arduino SPI library when using the Due
1 parent 76b1c3f commit 4f978ef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ By default serial debugging is disabled. To turn it on simply change ```ENABLE_U
6666
Currently the following boards are supported by the library:
6767
6868
* All official Arduino AVR boards (Uno, Duemilanove, Mega, Mega 2560, Mega ADK, Leonardo etc.)
69+
* If you are using the Arduino Due, then you must include the Arduino SPI library as well like so: ```#include <SPI.h>``` to your .ino file.
6970
* Arduino Due
7071
* Teensy (Teensy++ 1.0, Teensy 2.0, Teensy++ 2.0, and Teensy 3.x)
7172
* Note if you are using the Teensy 3.x you should download this SPI library as well: <https://github.com/xxxajk/spi4teensy3>. You should then add ```#include <spi4teensy3.h>``` to your .ino file.

0 commit comments

Comments
 (0)