Files
ESPEasy/lib/ESPEasySerial/library.json
T

33 lines
835 B
JSON

{
"name": "ESPeasySerial",
"version": "3.0.0",
"keywords": [
"serial", "io", "softwareserial", "hardwareserial"
],
"description": "Wrapper for SoftwareSerial, SC16IS752 I2C to UART bridge, USB CDC, HWCDC and HardwareSerial for ESP8266 and ESP32/ESP32-S2/S3/C3",
"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","espressif32s3","espressif32c3"
]
}