Skip to content

Commit 9b5bec1

Browse files
author
SimonePDA
committed
Update library.properties
1 parent bdc58c5 commit 9b5bec1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libraries/SoftwareSerial/library.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name=SoftwareSerial
22
version=1.0
33
author=Arduino
44
maintainer=Arduino <info@arduino.cc>
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

0 commit comments

Comments
 (0)