Files
M5IOE1/library.json
2026-02-26 15:13:02 +08:00

43 lines
688 B
JSON

{
"name": "M5IOE1",
"version": "1.0.7",
"description": "Library for M5Stack M5IOE1",
"keywords": [
"m5stack",
"IO-Expander"
],
"repository": {
"type": "git",
"url": "https://github.com/m5stack/M5IOE1.git"
},
"authors": [
{
"name": "M5Stack",
"maintainer": true
}
],
"license": "MIT",
"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"
}
}