platformio library faff

This commit is contained in:
Seth Tunstall 2022-10-26 17:39:48 +01:00
parent ea2b3443c4
commit 0ba7c21f35
27 changed files with 2560 additions and 5 deletions

View file

@ -0,0 +1,31 @@
{
"name": "SoftwareSerial",
"keywords": "SoftwareSerial",
"description": "The SoftwareSerial library has been developed to allow serial communication, 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. On 32 bit Teensy boards, SoftwareSerial uses the real hardware serial ports (and is restricted to only those pins), but allows compatibility with programs that depend on SoftwareSerial.",
"repository":
{
"type": "git",
"url": "https://github.com/featherfly/SoftwareSerial.git"
},
"authors":
[
{
"name": "Arduino",
"maintainer": true,
"url": "https://www.arduino.cc"
},
{
"name": "Paul Stoffregen",
"maintainer": true
},
{
"name": "yufei",
"email": "featherfly@foxmail.com"
}
],
"dependencies": [
],
"version": "1.0",
"frameworks": "arduino",
"platforms": "*"
}