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:
parent
10a4241ba7
commit
0608c9f83f
10
libraries/USBHost/library.properties
Normal file
10
libraries/USBHost/library.properties
Normal 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)
|
Loading…
x
Reference in New Issue
Block a user