mirror of
https://github.com/esp8266/Arduino.git
synced 2025-10-13 23:48:28 +03:00
Merge pull request #2194 from Fede85/ide-1.5.x_lib-description
Ide 1.5.x lib description
This commit is contained in:
8
hardware/arduino/sam/libraries/SPI/library.properties
Normal file
8
hardware/arduino/sam/libraries/SPI/library.properties
Normal file
@@ -0,0 +1,8 @@
|
||||
name=SPI
|
||||
version=1.0
|
||||
author=Arduino
|
||||
maintainer=Arduino <info@arduino.cc>
|
||||
sentence=Enables the communication with devices that use the Serial Peripheral Interface (SPI) Bus. For Arduino DUE only.
|
||||
paragraph=
|
||||
url=http://arduino.cc/en/Reference/SPI
|
||||
architectures=sam
|
8
hardware/arduino/sam/libraries/Wire/library.properties
Normal file
8
hardware/arduino/sam/libraries/Wire/library.properties
Normal file
@@ -0,0 +1,8 @@
|
||||
name=Wire
|
||||
version=1.0
|
||||
author=Arduino
|
||||
maintainer=Arduino <info@arduino.cc>
|
||||
sentence=Allows the communication between devices or sensors connected via Two Wire Interface Bus. For Arduino DUE only.
|
||||
paragraph=
|
||||
url=http://arduino.cc/en/Reference/Wire
|
||||
architectures=sam
|
Reference in New Issue
Block a user