2026-01-14 10:33:24 +08:00
|
|
|
{
|
|
|
|
|
"name": "M5PM1",
|
2026-02-24 12:15:53 +08:00
|
|
|
"version": "1.0.5",
|
2026-01-14 10:33:24 +08:00
|
|
|
"description": "M5Stack PM1 Power Management IC Driver Library",
|
|
|
|
|
"keywords": [
|
|
|
|
|
"m5stack",
|
|
|
|
|
"pm1",
|
|
|
|
|
"power-management",
|
|
|
|
|
"i2c",
|
|
|
|
|
"esp32",
|
|
|
|
|
"arduino"
|
|
|
|
|
],
|
|
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://github.com/m5stack/M5PM1.git"
|
|
|
|
|
},
|
|
|
|
|
"authors": [
|
|
|
|
|
{
|
|
|
|
|
"name": "M5Stack",
|
|
|
|
|
"email": "m5stack@m5stack.com",
|
|
|
|
|
"url": "https://m5stack.com",
|
|
|
|
|
"maintainer": true
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"homepage": "https://github.com/m5stack/M5PM1",
|
|
|
|
|
"frameworks": [
|
|
|
|
|
"arduino",
|
|
|
|
|
"espidf"
|
|
|
|
|
],
|
|
|
|
|
"platforms": [
|
|
|
|
|
"espressif32"
|
|
|
|
|
],
|
|
|
|
|
"export": {
|
|
|
|
|
"include": [
|
|
|
|
|
"src/*",
|
|
|
|
|
"library.json",
|
|
|
|
|
"library.properties",
|
|
|
|
|
"CMakeLists.txt",
|
|
|
|
|
"idf_component.yml",
|
|
|
|
|
"LICENSE",
|
|
|
|
|
"README.md"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"build": {
|
|
|
|
|
"srcDir": "src",
|
|
|
|
|
"includeDir": "src"
|
|
|
|
|
}
|
|
|
|
|
}
|