Skip to content

Commit 777be8f

Browse files
committed
Add category on library.properties files
1 parent 7bbafe5 commit 777be8f

File tree

5 files changed

+6
-2
lines changed

5 files changed

+6
-2
lines changed

libraries/HID/library.properties

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@ author=Arduino
44
maintainer=Arduino <[email protected]>
55
sentence=Module for PluggableUSB infrastructure. Exposes an API for devices like Keyboards, Mice and Gamepads
66
paragraph=
7+
category=Other
78
url=http://www.arduino.cc/en/Reference/HID
8-
architectures=samd
9+
architectures=samd

libraries/SAMD_AnalogCorrection/library.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@ author=Arduino
44
maintainer=Arduino <[email protected]>
55
sentence=Sets and enables the digital correction logic of the SAMD ADC.
66
paragraph=Useful to correct the values returned by the ADC.
7+
category=Other
78
url=
89
architectures=samd

libraries/SPI/library.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@ author=Jonathan BAUDIN, Thibaut VIARD, Arduino
44
maintainer=Arduino <[email protected]>
55
sentence=Enables the communication with devices that use the Serial Peripheral Interface (SPI) Bus. Specific implementation for Arduino Zero.
66
paragraph=
7+
category=Communication
78
url=http://www.arduino.cc/en/Reference/SPI
89
architectures=samd

libraries/USBHost/library.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@ author=Arduino
44
maintainer=Arduino <[email protected]>
55
sentence=Allows the communication with USB peripherals like mice, keyboards, and thumbdrives. For Arduino Due and Zero.
66
paragraph=The USBHost library allows the 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.
7+
category=Other
78
url=http://arduino.cc/en/Reference/USBHost
89
architectures=samd

libraries/Wire/library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ author=Jonathan BAUDIN, Thibaut VIARD, Arduino
44
maintainer=Arduino <[email protected]>
55
sentence=Allows the communication between devices or sensors connected via Two Wire Interface Bus. Specific implementation for Arduino Zero.
66
paragraph=
7+
category=Communication
78
url=http://www.arduino.cc/en/Reference/Wire
89
architectures=samd
9-

0 commit comments

Comments
 (0)