Skip to content

Commit bb8ee5a

Browse files
author
SimonePDA
committed
Update library.properties
1 parent 8bd908c commit bb8ee5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
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

0 commit comments

Comments
 (0)