From bb8ee5ac95a93aba649724e4de51751f9f10b556 Mon Sep 17 00:00:00 2001 From: SimonePDA Date: Thu, 3 Mar 2016 19:26:22 +0100 Subject: [PATCH] Update library.properties --- .../arduino/avr/libraries/SoftwareSerial/library.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hardware/arduino/avr/libraries/SoftwareSerial/library.properties b/hardware/arduino/avr/libraries/SoftwareSerial/library.properties index 776a85677ec..6d20a49cf0c 100644 --- a/hardware/arduino/avr/libraries/SoftwareSerial/library.properties +++ b/hardware/arduino/avr/libraries/SoftwareSerial/library.properties @@ -2,8 +2,8 @@ name=SoftwareSerial version=1.0 author=Arduino maintainer=Arduino -sentence=Enables serial communication on digital pins. -paragraph= +sentence=Enables serial communication on any digital pin. +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. category=Communication url=http://www.arduino.cc/en/Reference/SoftwareSerial architectures=avr