Skip to content

Commit b02e85c

Browse files
committed
modified sentences in library.properties files
1 parent 641ea44 commit b02e85c

File tree

25 files changed

+61
-19
lines changed

25 files changed

+61
-19
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
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+
url=http://arduino.cc/en/Reference/EEPROM
7+
architectures=avr
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
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+
url=http://arduino.cc/en/Reference/SPI
7+
architectures=avr
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
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+
url=http://arduino.cc/en/Reference/SoftwareSerial
7+
architectures=avr
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
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+
url=http://arduino.cc/en/Reference/Wire
7+
architectures=avr
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
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 Arduino DUE only.
6+
url=http://arduino.cc/en/Reference/SPI
7+
architectures=sam
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
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 Arduino DUE only.
6+
url=http://arduino.cc/en/Reference/Wire
7+
architectures=sam

libraries/Audio/library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name=Audio
22
version=1.0
33
author=Arduino
44
maintainer=Arduino <info@arduino.cc>
5-
sentence=Play audio files through the DAC outputs of the Arduino Due.
5+
sentence=Allows playing audio files from an SD card. For Arduino DUE only.
66
paragraph=With this library you can use the Arduino Due DAC outputs to play audio files.<br />The audio files must be in the raw .wav format.
77
url=http://arduino.cc/en/Reference/Audio
88
architectures=sam

libraries/Bridge/library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name=Bridge
22
version=1.0
33
author=Arduino
44
maintainer=Arduino <info@arduino.cc>
5-
sentence=The library to use the Arduino Yún. The Bridge library create a link between the 32U4 and the AR9331 enabling to control most of the linux features from the sketch.
5+
sentence=Enables the communication between the Linux processor and the AVR on the Yún. For Arduino Yún and TRE only.
66
paragraph=The Bridge library feature: access to the shared storage, run and manage linux processes, open a remote console, access to the linux file system, including the SD card, enstablish http clients or servers.
77
url=http://arduino.cc/en/Reference/YunBridgeLibrary
88
architectures=*

libraries/Esplora/library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name=Esplora
22
version=1.0
33
author=Arduino
44
maintainer=Arduino <info@arduino.cc>
5-
sentence=A companion library for the Arduino Esplora board. It make it easier to access the onboard sensors and the actuators.
5+
sentence=Grants easy access to the various sensors and actuators of the Esplora. For Arduino Esplora only.
66
paragraph=The sensors available on the board are:2-Axis analog joystick with center push-button,4 push-buttons,microphone, light sensor, temperature sensor, 3-axis accelerometer, 2 TinkerKit input connectors.</br>The actuators available on the board are: bright RGB LED, piezo buzzer, 2 TinkerKit output connectors.
77
url=http://arduino.cc/en/Reference/Esplora
88
architectures=avr

libraries/Ethernet/library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name=Ethernet
22
version=1.0
33
author=Arduino
44
maintainer=Arduino <info@arduino.cc>
5-
sentence=The libary to use the Arduino Ethernet shield or the Arduino Ethernet based on the WizNet W5100.
5+
sentence=Enables network connection (local and Internet) using the Arduino Ethernet board or shield. For all Arduino boards.
66
paragraph=With this library you can use the Arduino Ethernet (shield or board) to connect to Internet. The library provides both Client and server functionalities. The library permits you to connect to a local network also with DHCP and to resolve DNS.
77
url=http://arduino.cc/en/Reference/Ethernet
88
architectures=*

0 commit comments

Comments
 (0)