Skip to content

Commit 7a7d762

Browse files
committed
Merge pull request arduino#4644 from arduino/SimonePDA-patch-1
Update library.properties
2 parents b7f2796 + bb8ee5a commit 7a7d762

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name=SoftwareSerial
22
version=1.0
33
author=Arduino
44
maintainer=Arduino <[email protected]>
5-
sentence=Enables serial communication on digital pins.
6-
paragraph=
5+
sentence=Enables serial communication on any digital pin.
6+
paragraph=The SoftwareSerial library has been developed to allow serial communication on any digital pin of the board, using software to replicate the functionality of the hardware UART. It is possible to have multiple software serial ports with speeds up to 115200 bps.
77
category=Communication
88
url=http://www.arduino.cc/en/Reference/SoftwareSerial
99
architectures=avr

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name=Wire
22
version=1.0
33
author=Arduino
44
maintainer=Arduino <[email protected]>
5-
sentence=Allows the communication between devices or sensors connected via Two Wire Interface Bus.
6-
paragraph=
5+
sentence=This library allows you to communicate with I2C and Two Wire Interface devices.
6+
paragraph=It allows the communication with I2C devices like temperature sensors, realtime clocks and many others using SDA (Data Line) and SCL (Clock Line).
77
category=Communication
88
url=http://www.arduino.cc/en/Reference/Wire
99
architectures=avr

0 commit comments

Comments
 (0)