Update XPowersLib
This commit is contained in:
parent
70a72230c6
commit
bfef36275a
7 changed files with 127 additions and 43 deletions
|
|
@ -1,30 +1,32 @@
|
|||
{
|
||||
"name": "XPowersLib",
|
||||
"version": "0.1.4",
|
||||
"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"
|
||||
}
|
||||
"name": "XPowersLib",
|
||||
"version": "0.1.5",
|
||||
"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"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue