ppk_bt/.pio/libdeps/esp32/SoftwareSerial/library.json

31 lines
No EOL
1 KiB
JSON

{
"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": "*"
}