Files
ESPEasy/lib/ESPEasySerial/library.json
T

33 lines
781 B
JSON

{
"name": "ESPeasySerial",
"version": "2.0.15",
"keywords": [
"serial", "io", "softwareserial", "hardwareserial"
],
"description": "Wrapper for SoftwareSerial, SC16IS752 I2C to UART bridge and HardwareSerial for ESP8266 and ESP32/ESP32S2",
"repository":
{
"type": "git",
"url": "https://github.com/TD-er/ESPEasySerial/"
},
"authors":
[
{
"name": "Gijs Noorlander",
"email": "gijs.noorlander@gmail.com",
"maintainer": true
}
],
"dependencies": [
{
"name": "SC16IS752",
"authors": "Gijs Noorlander",
"frameworks": "arduino"
}
],
"frameworks": "arduino",
"platforms": [
"espressif8266","espressif32","espressif32s2"
]
}