mirror of
https://github.com/letscontrolit/ESPEasy.git
synced 2026-09-12 09:36:59 +00:00
23 lines
588 B
JSON
23 lines
588 B
JSON
{
|
|
"name": "ServoESP32",
|
|
"keywords": "servo, esp32",
|
|
"description": "Generate RC servo signal on a selected pins with ESP32 device and Arduino framework.",
|
|
"homepage": "https://github.com/RoboticsBrno/ServoESP32/",
|
|
"license": "MIT",
|
|
"repository":
|
|
{
|
|
"type": "git",
|
|
"url": "https://github.com/RoboticsBrno/ServoESP32.git"
|
|
},
|
|
"authors":
|
|
{
|
|
"name": "Jaroslav Paral",
|
|
"email": "paral@robotikabrno.cz",
|
|
"url": "http://www.robotikabrno.cz",
|
|
"maintainer": true
|
|
},
|
|
"version": "1.0.3",
|
|
"frameworks": "arduino",
|
|
"platforms": "espressif32"
|
|
}
|