1
0
mirror of https://github.com/arduino/Arduino.git synced 2025-02-19 13:54:23 +01:00

USBHost library to new format

This commit is contained in:
Fede85 2013-07-04 14:10:26 +02:00
parent 10a4241ba7
commit 0608c9f83f
24 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,10 @@
name=USBHost
author=Arduino
email=info@arduino.cc
sentence=The USBHost library allows an Arduino Due board to appear as a USB host, enabling it to communicate with peripherals like USB mice and keyboards.
paragraph=The USBHost library allows an Arduino Due board to appear as a USB host, enabling it to communicate with peripherals like USB mice and keyboards. USBHost does not support devices that are connected through USB hubs. This includes some keyboards that have an internal hub.
url=http://arduino.cc/en/Reference/USBHost
architectures=sam
version=1.0
dependencies= none
core-dependencies=arduino (>=1.5.0)