mirror of
https://github.com/letscontrolit/ESPEasy.git
synced 2026-07-28 04:07:47 +00:00
As reported on [the forum](https://www.letscontrolit.com/forum/viewtopic.php?p=66141#p66137)
20 lines
575 B
JSON
20 lines
575 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.1.1",
|
|
"frameworks": "arduino",
|
|
"platforms": "espressif32"
|
|
} |