aboutsummaryrefslogtreecommitdiff
path: root/libraries/SoftwareSerial/library.properties
blob: 6d20a49cf0ce5809f6c6608cbb5615c97fcc6234 (plain)
1
2
3
4
5
6
7
8
9
10
name=SoftwareSerial
version=1.0
author=Arduino
maintainer=Arduino <info@arduino.cc>
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