Arduino/libraries/USBHost/library.properties

11 lines
526 B
Properties
Raw Normal View History

2013-07-04 05:10:26 -07:00
name=USBHost
author=Arduino
email=info@arduino.cc
2013-08-08 07:40:55 -07:00
sentence=Allows an Arduino Due board to appear as a USB host
2013-07-04 05:10:26 -07:00
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
2013-08-08 07:40:55 -07:00
dependencies=
2013-07-04 05:10:26 -07:00
core-dependencies=arduino (>=1.5.0)