source: rtos_arduino/trunk/arduino_lib/libraries/USBHost/library.properties@ 136

Last change on this file since 136 was 136, checked in by ertl-honda, 8 years ago

ライブラリとOS及びベーシックなサンプルの追加.

File size: 569 bytes
Line 
1name=USBHost
2version=1.0
3author=Arduino
4maintainer=Arduino <info@arduino.cc>
5sentence=Allows the communication with USB peripherals like mice, keyboards, and thumbdrives. For Arduino DUE only.
6paragraph=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.
7category=Device Control
8url=http://arduino.cc/en/Reference/USBHost
9architectures=sam
Note: See TracBrowser for help on using the repository browser.