16 lines
377 B
JSON
16 lines
377 B
JSON
|
{
|
||
|
"name": "EspSoftwareSerial",
|
||
|
"version": "6.6.1",
|
||
|
"keywords": [
|
||
|
"serial", "io", "softwareserial"
|
||
|
],
|
||
|
"description": "Implementation of the Arduino software serial for ESP8266/ESP32.",
|
||
|
"repository":
|
||
|
{
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/plerup/espsoftwareserial"
|
||
|
},
|
||
|
"frameworks": "arduino",
|
||
|
"platforms": "*"
|
||
|
}
|