mirror of
https://github.com/letscontrolit/ESPEasy.git
synced 2026-09-12 17:45:49 +00:00
33 lines
756 B
JSON
33 lines
756 B
JSON
{
|
|
"name": "ESPeasySerial",
|
|
"version": "2.0.0",
|
|
"keywords": [
|
|
"serial", "io", "softwareserial", "hardwareserial"
|
|
],
|
|
"description": "Wrapper for SoftwareSerial, SC16IS752 I2C to UART bridge and HardwareSerial for ESP8266 and ESP32",
|
|
"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"
|
|
]
|
|
}
|