1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-30 16:24:09 +03:00

Updated libraries metadata

This commit is contained in:
Cristian Maglie
2013-08-08 16:40:55 +02:00
parent 4baf375386
commit 07d9d558b5
16 changed files with 54 additions and 55 deletions

View File

@ -1,10 +1,10 @@
name=SoftwareSerial
author=Mikal Hart
email=info@arduino.cc
sentence=With this library you can create a software Serial interface on two Arduino pins
paragraph=you can choose two Arduino pins and use them as RX and TX channels of a Serial interface.</br>This library emulate the in software the behaviour of a serial interface.</br>For the RX pis in mandatory to use a pin with the PinChange interrupt capability.
url=http://arduino.cc/en/Reference/SD
author=
email=
sentence=Emulate a serial port via software
paragraph=You can choose two Arduino pins and use them as RX and TX channels of a serial interface.</br>This library emulate in software the behaviour of a serial interface.</br>For the RX pis in mandatory to use a pin with the PinChange interrupt capability.
url=http://arduino.cc/en/Reference/SoftwareSerial
architectures=avr
version=1.0
dependencies= none
dependencies=
core-dependencies=arduino (>=1.5.0)