Authored by @CrazyCoder in https://github.com/CidVonHighwind/xteink-x4-sample/pull/4 Pulled into community-sdk
16 lines
344 B
JSON
16 lines
344 B
JSON
{
|
|
"name": "BatteryMonitor",
|
|
"version": "1.0.0",
|
|
"description": "Get battery voltage and percentage",
|
|
"authors": [
|
|
{
|
|
"name": "Serge Baranov",
|
|
"email": "sbaranov@gmail.com",
|
|
"url": "https://github.com/CrazyCoder"
|
|
}
|
|
],
|
|
"dependencies": {},
|
|
"platforms": "espressif32",
|
|
"frameworks": ["arduino", "espidf"]
|
|
}
|