From 4f978efe231b9a710b702b20ed2b8628406513a1 Mon Sep 17 00:00:00 2001 From: Kristian Lauszus Date: Thu, 6 Mar 2014 19:25:35 +0100 Subject: [PATCH] Added information about the need to include the Arduino SPI library when using the Due --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b964c548..85ef87c7 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,7 @@ By default serial debugging is disabled. To turn it on simply change ```ENABLE_U Currently the following boards are supported by the library: * All official Arduino AVR boards (Uno, Duemilanove, Mega, Mega 2560, Mega ADK, Leonardo etc.) + * If you are using the Arduino Due, then you must include the Arduino SPI library as well like so: ```#include ``` to your .ino file. * Arduino Due * Teensy (Teensy++ 1.0, Teensy 2.0, Teensy++ 2.0, and Teensy 3.x) * Note if you are using the Teensy 3.x you should download this SPI library as well: . You should then add ```#include ``` to your .ino file.