Skip to content

Commit 49bc812

Browse files
committed
Merge pull request esp8266#957 from marvinroger/master
Add libraries categories
2 parents 7e8bcca + 1071e8a commit 49bc812

File tree

6 files changed

+6
-0
lines changed

6 files changed

+6
-0
lines changed

libraries/EEPROM/library.properties

+1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@ author=Ivan Grokhotkov
44
maintainer=Ivan Grokhotkov <[email protected]>
55
sentence=Enables reading and writing data to the permanent FLASH storage, up to 4kb.
66
paragraph=
7+
category=Data Storage
78
url=http://arduino.cc/en/Reference/EEPROM
89
architectures=esp8266

libraries/ESP8266httpUpdate/library.properties

+1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@ author=Markus Sattler
44
maintainer=Markus Sattler
55
sentence=Http Update for ESP8266
66
paragraph=
7+
category=Data Processing
78
url=https://github.com/Links2004/Arduino/tree/esp8266/hardware/esp8266com/esp8266/libraries/ESP8266httpUpdate
89
architectures=esp8266

libraries/Hash/library.properties

+1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@ author=Markus Sattler
44
maintainer=Markus Sattler
55
sentence=Generate Hash from data
66
paragraph=
7+
category=Data Processing
78
url=
89
architectures=esp8266

libraries/SPI/library.properties

+1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@ 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=Signal Input/Output
78
url=http://arduino.cc/en/Reference/SPI
89
architectures=esp8266

libraries/Ticker/library.properties

+1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@ author=Ivan Grokhtokov <[email protected]>
44
maintainer=Ivan Grokhtokov <[email protected]>
55
sentence=Allows to call functions with a given interval.
66
paragraph=
7+
category=Timing
78
url=
89
architectures=esp8266

libraries/Wire/library.properties

+1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@ author=Arduino
44
maintainer=Ivan Grokhotkov <[email protected]>
55
sentence=Allows the communication between devices or sensors connected via Two Wire Interface Bus. For esp8266 boards.
66
paragraph=
7+
category=Signal Input/Output
78
url=http://arduino.cc/en/Reference/Wire
89
architectures=esp8266

0 commit comments

Comments
 (0)