aboutsummaryrefslogtreecommitdiff
path: root/libraries
diff options
context:
space:
mode:
authorSimonePDA <majocchi@aquariusedizioni.it>2016-03-03 19:26:22 +0100
committerSimonePDA <majocchi@aquariusedizioni.it>2016-03-03 19:26:22 +0100
commit9b5bec12607ef3a9a75f81393efde5f2d3bf2a46 (patch)
tree00e46722b16cdcd352202fc07a9ebb95b0a3d928 /libraries
parentbdc58c5baafdb8eb7fc7a6c29c6bc88928f29b44 (diff)
Update library.properties
Diffstat (limited to 'libraries')
-rw-r--r--libraries/SoftwareSerial/library.properties4
1 files changed, 2 insertions, 2 deletions
diff --git a/libraries/SoftwareSerial/library.properties b/libraries/SoftwareSerial/library.properties
index 776a856..6d20a49 100644
--- a/libraries/SoftwareSerial/library.properties
+++ b/libraries/SoftwareSerial/library.properties
@@ -2,8 +2,8 @@ name=SoftwareSerial
version=1.0
author=Arduino
maintainer=Arduino <info@arduino.cc>
-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