Skip to content

Commit 5044842

Browse files
committed
Added categories to libraries
Fix #3812
1 parent c0b8f62 commit 5044842

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

Diff for: libraries/HID/library.properties

+2-1
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=Communication
78
url=http://www.arduino.cc/en/Reference/HID
8-
architectures=sam
9+
architectures=sam

Diff for: libraries/SPI/library.properties

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ author=Arduino
44
maintainer=Arduino <[email protected]>
55
sentence=Enables the communication with devices that use the Serial Peripheral Interface (SPI) Bus. For Arduino DUE only.
66
paragraph=
7+
category=Communication
78
url=http://www.arduino.cc/en/Reference/SPI
89
architectures=sam
910

Diff for: libraries/Wire/library.properties

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ author=Arduino
44
maintainer=Arduino <[email protected]>
55
sentence=Allows the communication between devices or sensors connected via Two Wire Interface Bus. For Arduino DUE only.
66
paragraph=
7+
cateogry=Communication
78
url=http://www.arduino.cc/en/Reference/Wire
89
architectures=sam
910

0 commit comments

Comments
 (0)