arduino stuffs
Diffstat (limited to 'libraries/Keyboard/library.properties')
| -rw-r--r-- | libraries/Keyboard/library.properties | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libraries/Keyboard/library.properties b/libraries/Keyboard/library.properties new file mode 100644 index 0000000..f0e65a4 --- /dev/null +++ b/libraries/Keyboard/library.properties @@ -0,0 +1,9 @@ +name=Keyboard +version=1.0.3 +author=Arduino +maintainer=Arduino <[email protected]> +sentence=Allows an Arduino board with USB capabilities to act as a Keyboard. +paragraph=This library plugs on the HID library. It can be used with or without other HID-based libraries (Mouse, Gamepad etc) +category=Device Control +url=https://www.arduino.cc/reference/en/language/functions/usb/keyboard/ +architectures=* |