aboutsummaryrefslogtreecommitdiff
path: root/libraries
diff options
context:
space:
mode:
Diffstat (limited to 'libraries')
-rw-r--r--libraries/SPI/library.properties2
-rw-r--r--libraries/SoftwareSerial/library.properties4
2 files changed, 3 insertions, 3 deletions
diff --git a/libraries/SPI/library.properties b/libraries/SPI/library.properties
index 327f1a0..4ed8db9 100644
--- a/libraries/SPI/library.properties
+++ b/libraries/SPI/library.properties
@@ -3,7 +3,7 @@ version=1.0
author=Arduino
maintainer=Arduino <info@arduino.cc>
sentence=Enables the communication with devices that use the Serial Peripheral Interface (SPI) Bus.
-paragraph=
+paragraph=SPI is a synchronous serial data protocol used by microcontrollers for communicating with one or more peripheral devices quickly over short distances. It uses three lines common to all devices (MISO, MOSI and SCK) and one specific for each device.
category=Communication
url=http://www.arduino.cc/en/Reference/SPI
architectures=avr
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