mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-20 21:01:25 +03:00
Libraries bundled with cores will take the type of that core, instead of relying on an undocumented 'types' property. Fixes #2875
This commit is contained in:
@ -6,5 +6,4 @@ 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
|
||||
|
||||
|
@ -6,5 +6,4 @@ sentence=Enables the communication with devices that use the Serial Peripheral I
|
||||
paragraph=
|
||||
url=http://arduino.cc/en/Reference/SPI
|
||||
architectures=avr
|
||||
types=Arduino
|
||||
|
||||
|
@ -6,5 +6,4 @@ sentence=Enables serial communication on digital pins. For all Arduino boards, B
|
||||
paragraph=
|
||||
url=http://arduino.cc/en/Reference/SoftwareSerial
|
||||
architectures=avr
|
||||
types=Arduino
|
||||
|
||||
|
@ -6,5 +6,4 @@ sentence=Allows the communication between devices or sensors connected via Two W
|
||||
paragraph=
|
||||
url=http://arduino.cc/en/Reference/Wire
|
||||
architectures=avr
|
||||
types=Arduino
|
||||
|
||||
|
@ -6,5 +6,4 @@ sentence=Enables the communication with devices that use the Serial Peripheral I
|
||||
paragraph=
|
||||
url=http://arduino.cc/en/Reference/SPI
|
||||
architectures=sam
|
||||
types=Arduino
|
||||
|
||||
|
@ -6,5 +6,4 @@ sentence=Allows the communication between devices or sensors connected via Two W
|
||||
paragraph=
|
||||
url=http://arduino.cc/en/Reference/Wire
|
||||
architectures=sam
|
||||
types=Arduino
|
||||
|
||||
|
Reference in New Issue
Block a user