From 1fbb7390a05068143dde24cb863bccda788d56c1 Mon Sep 17 00:00:00 2001 From: Kristian Sloth Lauszus Date: Sun, 17 Feb 2013 18:55:16 +0100 Subject: [PATCH] Added section on how to include the library --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/README.md b/README.md index a4435c72..8b94f1ac 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,27 @@ For more information about the hardware see the [Hardware Manual](http://www.cir * Kristian Lauszus, TKJ Electronics - * Developer of the BTD, SPP, PS3, Wii, and Xbox libraries +# How to include the library + +First download the library by clicking on the following link: . + +Then uncompress the zip folder and rename the directory to "USB\_Host\_Shield\_20", as any special characters are not supported by the Arduino IDE. + +Now open up the Arduino IDE and open "File>Preferences". There you will see the location of your sketchbook. Open that directory and create a directory called "libraries" inside that directory. +Now move the "USB\_Host\_Shield\_20" directory to the "libraries" directory. + +The final structure should look like this: + +* Arduino/ + * libraries/ + * USB\_Host\_Shield\_20/ + +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. + +For more information visit the following site: . + # How to use the library ### Arduino ADK