Files

27 lines
581 B
JSON
Raw Permalink Normal View History

2023-03-17 11:59:21 +00:00
{
"name": "EspSoftwareSerial",
2024-09-24 16:54:39 +00:00
"version": "8.1.0",
2023-03-17 11:59:21 +00:00
"description": "Implementation of the Arduino software serial for ESP8266/ESP32.",
2024-09-24 16:54:39 +00:00
"keywords": [
"serial", "io", "softwareserial"
],
2023-03-17 11:59:21 +00:00
"repository":
{
"type": "git",
"url": "https://github.com/plerup/espsoftwareserial"
},
2024-09-24 16:54:39 +00:00
"authors": [
{
"name": "Dirk Kaar"
},
{
"name": "Peter Lerup"
}
],
"license": "LGPL-2.1+",
2023-03-17 11:59:21 +00:00
"frameworks": "arduino",
2024-09-24 16:54:39 +00:00
"platforms": [
"espressif8266", "espressif32"
]
2023-03-17 11:59:21 +00:00
}