Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 82a130f

Browse files
committedJul 21, 2014
Merge pull request #2194 from Fede85/ide-1.5.x_lib-description
Ide 1.5.x lib description
2 parents 38e9fa1 + 6fb4b27 commit 82a130f

File tree

4 files changed

+32
-0
lines changed

4 files changed

+32
-0
lines changed
 

‎libraries/EEPROM/library.properties

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
name=EEPROM
2+
version=1.0
3+
author=Arduino
4+
maintainer=Arduino <info@arduino.cc>
5+
sentence=Enables reading and writing to the permanent board storage. For all Arduino boards BUT Arduino DUE.
6+
paragraph=
7+
url=http://arduino.cc/en/Reference/EEPROM
8+
architectures=avr

‎libraries/SPI/library.properties

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
name=SPI
2+
version=1.0
3+
author=Arduino
4+
maintainer=Arduino <info@arduino.cc>
5+
sentence=Enables the communication with devices that use the Serial Peripheral Interface (SPI) Bus. For all Arduino boards, BUT Arduino DUE.
6+
paragraph=
7+
url=http://arduino.cc/en/Reference/SPI
8+
architectures=avr
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
name=SoftwareSerial
2+
version=1.0
3+
author=Arduino
4+
maintainer=Arduino <info@arduino.cc>
5+
sentence=Enables serial communication on digital pins. For all Arduino boards, BUT Arduino DUE.
6+
paragraph=
7+
url=http://arduino.cc/en/Reference/SoftwareSerial
8+
architectures=avr

‎libraries/Wire/library.properties

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
name=Wire
2+
version=1.0
3+
author=Arduino
4+
maintainer=Arduino <info@arduino.cc>
5+
sentence=Allows the communication between devices or sensors connected via Two Wire Interface Bus. For all Arduino boards, BUT Arduino DUE.
6+
paragraph=
7+
url=http://arduino.cc/en/Reference/Wire
8+
architectures=avr

0 commit comments

Comments
 (0)
Please sign in to comment.