LibraryManager: better type filtering
This commit is contained in:
parent
47c1fa27c0
commit
5eb3830e68
|
@ -6,3 +6,5 @@ sentence=Enables reading and writing to the permanent board storage. For all Ard
|
||||||
paragraph=
|
paragraph=
|
||||||
url=http://arduino.cc/en/Reference/EEPROM
|
url=http://arduino.cc/en/Reference/EEPROM
|
||||||
architectures=avr
|
architectures=avr
|
||||||
|
types=Arduino
|
||||||
|
|
||||||
|
|
|
@ -6,3 +6,5 @@ sentence=Enables the communication with devices that use the Serial Peripheral I
|
||||||
paragraph=
|
paragraph=
|
||||||
url=http://arduino.cc/en/Reference/SPI
|
url=http://arduino.cc/en/Reference/SPI
|
||||||
architectures=avr
|
architectures=avr
|
||||||
|
types=Arduino
|
||||||
|
|
||||||
|
|
|
@ -6,3 +6,5 @@ sentence=Enables serial communication on digital pins. For all Arduino boards, B
|
||||||
paragraph=
|
paragraph=
|
||||||
url=http://arduino.cc/en/Reference/SoftwareSerial
|
url=http://arduino.cc/en/Reference/SoftwareSerial
|
||||||
architectures=avr
|
architectures=avr
|
||||||
|
types=Arduino
|
||||||
|
|
||||||
|
|
|
@ -6,3 +6,5 @@ sentence=Allows the communication between devices or sensors connected via Two W
|
||||||
paragraph=
|
paragraph=
|
||||||
url=http://arduino.cc/en/Reference/Wire
|
url=http://arduino.cc/en/Reference/Wire
|
||||||
architectures=avr
|
architectures=avr
|
||||||
|
types=Arduino
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue