Skip to content

Commit 4b4c1be

Browse files
committed
Added categories to libraries
Fix #3812
1 parent b610868 commit 4b4c1be

File tree

5 files changed

+6
-1
lines changed

5 files changed

+6
-1
lines changed

arduino/avr/libraries/EEPROM/library.properties

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ author=Arduino, Christopher Andrews
44
maintainer=Arduino <[email protected]>
55
sentence=Enables reading and writing to the permanent board storage. For all Arduino boards BUT Arduino DUE.
66
paragraph=
7+
category=Devices
78
url=http://www.arduino.cc/en/Reference/EEPROM
89
architectures=avr
910

arduino/avr/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=avr
9+
architectures=avr

arduino/avr/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 all Arduino boards, BUT Arduino DUE.
66
paragraph=
7+
category=Communication
78
url=http://www.arduino.cc/en/Reference/SPI
89
architectures=avr
910

arduino/avr/libraries/SoftwareSerial/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 serial communication on digital pins. For all Arduino boards, BUT Arduino DUE.
66
paragraph=
7+
category=Communication
78
url=http://www.arduino.cc/en/Reference/SoftwareSerial
89
architectures=avr
910

arduino/avr/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 all Arduino boards, BUT Arduino DUE.
66
paragraph=
7+
category=Communication
78
url=http://www.arduino.cc/en/Reference/Wire
89
architectures=avr
910

0 commit comments

Comments
 (0)