aboutsummaryrefslogtreecommitdiff
path: root/libraries/HID/library.properties
diff options
context:
space:
mode:
authorMartino Facchin <m.facchin@arduino.cc>2015-07-15 16:15:46 +0200
committerCristian Maglie <c.maglie@arduino.cc>2015-07-16 13:13:53 +0200
commit99a27d0bd8555f4b380e07ff2b7334ab6ae32841 (patch)
treeac2348d7cf1808e86bedc1c69df445fcada5757c /libraries/HID/library.properties
parent3d61f6e37ef3084627cdeb2b81e1545fe7ef0271 (diff)
rework HID-based libraries and add Due fallback
Diffstat (limited to 'libraries/HID/library.properties')
-rw-r--r--libraries/HID/library.properties8
1 files changed, 8 insertions, 0 deletions
diff --git a/libraries/HID/library.properties b/libraries/HID/library.properties
new file mode 100644
index 0000000..20a1e7f
--- /dev/null
+++ b/libraries/HID/library.properties
@@ -0,0 +1,8 @@
+name=HID
+version=1.0
+author=Arduino
+maintainer=Arduino <info@arduino.cc>
+sentence=Module for PluggableUSB infrastructure. Exposes an API for devices like Keyboards, Mice and Gamepads
+paragraph=
+url=http://www.arduino.cc/en/Reference/HID
+architectures=avr \ No newline at end of file