Added information about Arduino Library Manager

This commit is contained in:
Kristian Sloth Lauszus 2015-04-16 22:08:33 +02:00
parent c44a80534b
commit 11f80275a5

View file

@ -37,6 +37,8 @@ Help yourself by helping us support you! Many thousands of hours have been spent
# Table of Contents
* [How to include the library](#how-to-include-the-library)
* [Arduino Library Manager](#arduino-library-manager)
* [Manual installation](#manual-installation)
* [How to use the library](#how-to-use-the-library)
* [Documentation](#documentation)
* [Enable debugging](#enable-debugging)
@ -57,6 +59,14 @@ Help yourself by helping us support you! Many thousands of hours have been spent
# How to include the library
### Arduino Library Manager
First install Arduino IDE version 1.6.2 or newer, then simply use the Arduino Library Manager to install the library.
Please see the following page for instructions: <http://www.arduino.cc/en/Guide/Libraries#toc3>.
### Manual installation
First download the library by clicking on the following link: <https://github.com/felis/USB_Host_Shield_2.0/archive/master.zip>.
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.