From da5830c4bf62ba69508f1048bf969635d8c7d2d8 Mon Sep 17 00:00:00 2001 From: Federico Fissore Date: Thu, 26 Mar 2015 17:11:04 +0100 Subject: LibraryManager: better type filtering --- libraries/EEPROM/library.properties | 2 ++ libraries/SPI/library.properties | 2 ++ libraries/SoftwareSerial/library.properties | 2 ++ libraries/Wire/library.properties | 2 ++ 4 files changed, 8 insertions(+) diff --git a/libraries/EEPROM/library.properties b/libraries/EEPROM/library.properties index 955a0ae..765aa41 100644 --- a/libraries/EEPROM/library.properties +++ b/libraries/EEPROM/library.properties @@ -6,3 +6,5 @@ sentence=Enables reading and writing to the permanent board storage. For all Ard paragraph= url=http://arduino.cc/en/Reference/EEPROM architectures=avr +types=Arduino + diff --git a/libraries/SPI/library.properties b/libraries/SPI/library.properties index 6f1ae20..07af869 100644 --- a/libraries/SPI/library.properties +++ b/libraries/SPI/library.properties @@ -6,3 +6,5 @@ sentence=Enables the communication with devices that use the Serial Peripheral I paragraph= url=http://arduino.cc/en/Reference/SPI architectures=avr +types=Arduino + diff --git a/libraries/SoftwareSerial/library.properties b/libraries/SoftwareSerial/library.properties index a69b54d..8b433d9 100644 --- a/libraries/SoftwareSerial/library.properties +++ b/libraries/SoftwareSerial/library.properties @@ -6,3 +6,5 @@ sentence=Enables serial communication on digital pins. For all Arduino boards, B paragraph= url=http://arduino.cc/en/Reference/SoftwareSerial architectures=avr +types=Arduino + diff --git a/libraries/Wire/library.properties b/libraries/Wire/library.properties index 3246a75..32c0745 100644 --- a/libraries/Wire/library.properties +++ b/libraries/Wire/library.properties @@ -6,3 +6,5 @@ sentence=Allows the communication between devices or sensors connected via Two W paragraph= url=http://arduino.cc/en/Reference/Wire architectures=avr +types=Arduino + -- cgit v1.2.3-18-g5258