restructure for msCode

This commit is contained in:
2021-01-25 10:02:31 +01:00
parent 957909193c
commit e3336a113f
256 changed files with 20639 additions and 8270 deletions

View File

@@ -0,0 +1,19 @@
{
"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"
}
]
}