32 lines
752 B
JSON
32 lines
752 B
JSON
{
|
|
"name": "XPowersLib",
|
|
"version": "0.1.6",
|
|
"description": "Arduino,CircuitPython,Micropython library for x-powers power management series",
|
|
"keywords": "AXP192 AXP202 AXP2101 x-powers",
|
|
"authors": [
|
|
{
|
|
"name": "LewisHe",
|
|
"url": "https://github.com/lewisxhe",
|
|
"maintainer": true
|
|
}
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/lewisxhe/XPowersLib.git"
|
|
},
|
|
"homepage": "https://github.com/lewisxhe/XPowersLib",
|
|
"export": {
|
|
"include": [
|
|
"LICENSE",
|
|
"library.json",
|
|
"library.properties",
|
|
"README.md",
|
|
"keywords.txt",
|
|
"src/*",
|
|
"examples/*"
|
|
]
|
|
},
|
|
"frameworks": ["arduino", "espidf"],
|
|
"platforms": "esp32",
|
|
"headers": "XPowersLib.h"
|
|
}
|