Skip to content

Commit 0608c9f

Browse files
committed
USBHost library to new format
1 parent 10a4241 commit 0608c9f

24 files changed

+10
-0
lines changed

libraries/USBHost/library.properties

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name=USBHost
2+
author=Arduino
3+
email=info@arduino.cc
4+
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.
5+
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.
6+
url=http://arduino.cc/en/Reference/USBHost
7+
architectures=sam
8+
version=1.0
9+
dependencies= none
10+
core-dependencies=arduino (>=1.5.0)

0 commit comments

Comments
 (0)