1
0
mirror of https://github.com/arduino/Arduino.git synced 2024-12-12 23:08:52 +01:00
Arduino/hardware/arduino/avr/libraries/SoftwareSerial/library.properties

11 lines
510 B
Properties
Raw Normal View History

name=SoftwareSerial
version=1.0
author=Arduino
maintainer=Arduino <info@arduino.cc>
2016-03-03 19:26:22 +01:00
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
2015-03-26 17:11:04 +01:00