Files
2021-01-25 10:02:31 +01:00

19 lines
526 B
JSON

{
"name": "ESP32 AnalogWrite",
"keywords": "esp32, analogWrite, LEDC",
"description": "Provides an analogWrite polyfill for ESP32 using the LEDC functions",
"license": "MIT",
"version": "0.2",
"frameworks": "arduino",
"platforms": "espressif32",
"repository": {
"type": "git",
"url": "https://github.com/ERROPiX/ESP32_AnalogWrite.git"
},
"authors": [
{
"name": "Abdelouahed ERROUAGUY",
"email": "errouaguy.pro@gmail.com"
}
]
}