Files
M5PM1/library.json
onexs-xsi deb57c9b84 1. Revise the definition of i2c_config_t and address related issues
2. Improve README Notes
3. update 1.0.5
2026-02-24 12:15:53 +08:00

50 lines
885 B
JSON

{
"name": "M5PM1",
"version": "1.0.5",
"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"
}
}