Add BatteryMonitor lib
Authored by @CrazyCoder in https://github.com/CidVonHighwind/xteink-x4-sample/pull/4 Pulled into community-sdk
This commit is contained in:
15
libs/hardware/BatteryMonitor/library.json
Normal file
15
libs/hardware/BatteryMonitor/library.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"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"]
|
||||
}
|
||||
Reference in New Issue
Block a user