Update library.properties

This commit is contained in:
SimonePDA 2016-03-03 19:26:22 +01:00
parent ae829f6ac5
commit d7f6536f3a
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@ name=SoftwareSerial
version=1.0 version=1.0
author=Arduino author=Arduino
maintainer=Arduino <info@arduino.cc> maintainer=Arduino <info@arduino.cc>
sentence=Enables serial communication on digital pins. sentence=Enables serial communication on any digital pin.
paragraph= 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 category=Communication
url=http://www.arduino.cc/en/Reference/SoftwareSerial url=http://www.arduino.cc/en/Reference/SoftwareSerial
architectures=avr architectures=avr