mirror of
https://github.com/felis/USB_Host_Shield_2.0.git
synced 2024-03-22 11:31:26 +01:00
Added information about Arduino Library Manager
This commit is contained in:
parent
c44a80534b
commit
11f80275a5
1 changed files with 10 additions and 0 deletions
10
README.md
10
README.md
|
@ -37,6 +37,8 @@ Help yourself by helping us support you! Many thousands of hours have been spent
|
||||||
# Table of Contents
|
# Table of Contents
|
||||||
|
|
||||||
* [How to include the library](#how-to-include-the-library)
|
* [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)
|
* [How to use the library](#how-to-use-the-library)
|
||||||
* [Documentation](#documentation)
|
* [Documentation](#documentation)
|
||||||
* [Enable debugging](#enable-debugging)
|
* [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
|
# 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>.
|
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.
|
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.
|
||||||
|
|
Loading…
Reference in a new issue