Skip to content

Commit 8d3c4db

Browse files
author
Alice Pintus
committed
update sentences
1 parent 8035f24 commit 8d3c4db

File tree

16 files changed

+19
-19
lines changed

16 files changed

+19
-19
lines changed

hardware/arduino/avr/libraries/EEPROM/library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name=EEPROM
22
version=2.0
33
author=Arduino, Christopher Andrews
44
maintainer=Arduino <info@arduino.cc>
5-
sentence=Enables reading and writing to the permanent board storage. For all Arduino boards BUT Arduino DUE and Arduino ZERO.
5+
sentence=Enables reading and writing to the permanent board storage.
66
paragraph=
77
category=Data Storage
88
url=http://www.arduino.cc/en/Reference/EEPROM

hardware/arduino/avr/libraries/HID/library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name=HID
22
version=1.0
33
author=Arduino
44
maintainer=Arduino <info@arduino.cc>
5-
sentence=Module for PluggableUSB infrastructure. Exposes an API for devices like Keyboards, Mice and Gamepads
5+
sentence=Module for PluggableUSB infrastructure. Exposes an API for devices like Keyboards, Mice and Gamepads.
66
paragraph=
77
category=Communication
88
url=http://www.arduino.cc/en/Reference/HID

hardware/arduino/avr/libraries/SPI/library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name=SPI
22
version=1.0
33
author=Arduino
44
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.
5+
sentence=Enables the communication with devices that use the Serial Peripheral Interface (SPI) Bus.
66
paragraph=
77
category=Communication
88
url=http://www.arduino.cc/en/Reference/SPI

hardware/arduino/avr/libraries/SoftwareSerial/library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name=SoftwareSerial
22
version=1.0
33
author=Arduino
44
maintainer=Arduino <info@arduino.cc>
5-
sentence=Enables serial communication on digital pins. For all Arduino boards, BUT Arduino DUE.
5+
sentence=Enables serial communication on digital pins.
66
paragraph=
77
category=Communication
88
url=http://www.arduino.cc/en/Reference/SoftwareSerial

hardware/arduino/avr/libraries/Wire/library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name=Wire
22
version=1.0
33
author=Arduino
44
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.
5+
sentence=Allows the communication between devices or sensors connected via Two Wire Interface Bus.
66
paragraph=
77
category=Communication
88
url=http://www.arduino.cc/en/Reference/Wire

hardware/arduino/sam/libraries/HID/library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name=HID
22
version=1.0
33
author=Arduino
44
maintainer=Arduino <info@arduino.cc>
5-
sentence=Module for PluggableUSB infrastructure. Exposes an API for devices like Keyboards, Mice and Gamepads
5+
sentence=Module for PluggableUSB infrastructure. Exposes an API for devices like Keyboards, Mice and Gamepads.
66
paragraph=
77
category=Communication
88
url=http://www.arduino.cc/en/Reference/HID

hardware/arduino/sam/libraries/SPI/library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name=SPI
22
version=1.0
33
author=Arduino
44
maintainer=Arduino <info@arduino.cc>
5-
sentence=Enables the communication with devices that use the Serial Peripheral Interface (SPI) Bus. For Arduino DUE only.
5+
sentence=Enables the communication with devices that use the Serial Peripheral Interface (SPI) Bus.
66
paragraph=
77
category=Communication
88
url=http://www.arduino.cc/en/Reference/SPI

hardware/arduino/sam/libraries/Wire/library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name=Wire
22
version=1.0
33
author=Arduino
44
maintainer=Arduino <info@arduino.cc>
5-
sentence=Allows the communication between devices or sensors connected via Two Wire Interface Bus. For Arduino DUE only.
5+
sentence=Allows the communication between devices or sensors connected via Two Wire Interface Bus.
66
paragraph=
77
category=Communication
88
url=http://www.arduino.cc/en/Reference/Wire

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.1.1
33
author=Arduino
44
maintainer=Arduino <info@arduino.cc>
5-
sentence=Enables network connection (local and Internet) using the Arduino Ethernet board or shield. For all Arduino boards.
5+
sentence=Enables network connection (local and Internet) using the Arduino Ethernet Board or Shield.
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
category=Communication
88
url=http://www.arduino.cc/en/Reference/Ethernet

libraries/GSM/library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name=GSM
22
version=1.0.5
33
author=Arduino
44
maintainer=Arduino <info@arduino.cc>
5-
sentence=Enables GSM/GRPS network connection using the Arduino GSM Shield. For all Arduino boards BUT Arduino DUE.
5+
sentence=Enables GSM/GRPS network connection using the Arduino GSM Shield.
66
paragraph=Use this library to make/receive voice calls, to send and receive SMS with the Quectel M10 GSM module.</br>This library also allows you to connect to internet through the GPRS networks. You can either use web Clients and Servers.</br>
77
category=Communication
88
url=http://www.arduino.cc/en/Reference/GSM

0 commit comments

Comments
 (0)