mirror of
https://github.com/m5stack/M5IOE1.git
synced 2026-05-20 11:49:24 -07:00
5e5ed6e256
2. update 1.0.7
43 lines
688 B
JSON
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"
|
|
}
|
|
}
|