mirror of
https://github.com/arduino/Arduino.git
synced 2025-02-20 14:54:31 +01:00
Fixed library.properties for Mouse and Keyboard libraries
This commit is contained in:
parent
fb29544516
commit
2659ec6faa
@ -4,6 +4,6 @@ author=Arduino
|
||||
maintainer=Arduino <info@arduino.cc>
|
||||
sentence=Allows an Arduino board with USB capabilites to act as a Keyboard. For Leonardo/Micro only
|
||||
paragraph=This library plugs on the HID library. It can be used with or without other HID-based libraries (Mouse, Gamepad etc)
|
||||
category=USB
|
||||
category=Device Control
|
||||
url=http://www.arduino.cc/en/Reference/Keyboard
|
||||
architectures=*
|
||||
|
@ -4,6 +4,6 @@ author=Arduino
|
||||
maintainer=Arduino <info@arduino.cc>
|
||||
sentence=Allows an Arduino board with USB capabilites to act as a Mouse. For Leonardo/Micro only
|
||||
paragraph=This library plugs on the HID library. Can be used with or without other HID-based libraries (Keyboard, Gamepad etc)
|
||||
category=USB
|
||||
category=Device Control
|
||||
url=http://www.arduino.cc/en/Reference/Mouse
|
||||
architectures=*
|
||||
|
Loading…
x
Reference in New Issue
Block a user