From e0ac4eedaddad62166f0d87bbd29886c7f927aa5 Mon Sep 17 00:00:00 2001 From: Matt Sieren Date: Mon, 24 Nov 2014 08:22:19 +0100 Subject: [PATCH] Revert "Updated instructions" This reverts commit 904569278d10d717a177dfc8eab1f6b385b96629. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6d40b833..4d84061f 100644 --- a/README.md +++ b/README.md @@ -71,8 +71,6 @@ Now quit the Arduino IDE and reopen it. Now you should be able to go open all the examples codes by navigating to "File>Examples>USB\_Host\_Shield\_20" and then select the example you will like to open. -Please make sure to include the SPI library like so: ```#include ``` in your .ino file. - For more information visit the following sites: and . # How to use the library @@ -95,12 +93,14 @@ Currently the following boards are supported by the library: * All official Arduino AVR boards (Uno, Duemilanove, Mega, Mega 2560, Mega ADK, Leonardo etc.) * Arduino Due + * If you are using the Arduino Due, then you must include the Arduino SPI library like so: ```#include ``` in your .ino file. * 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. * Balanduino * Sanguino * Black Widdow * RedBearLab nRF51822 + * If you are using the RedBearLab nRF51822, then you must include the RedBearLab SPI library like so: ```#include ``` in your .ino file. The following boards need to be activated manually in [settings.h](settings.h):