Files
Forairaaaaa fae04579dd bump version
2025-09-28 12:02:56 +08:00

27 lines
575 B
JSON

{
"name": "M5Cardputer",
"description": "Library for M5Stack M5Cardputer and M5Cardputer-ADV Board",
"keywords": "M5GFX,M5Stack,M5Cardputer,M5Cardputer-ADV",
"authors": {
"name": "M5Stack, Sean",
"url": "http://www.m5stack.com"
},
"repository": {
"type": "git",
"url": "https://github.com/m5stack/M5Cardputer.git"
},
"version": "1.1.1",
"frameworks": [
"arduino"
],
"platforms": [
"espressif32",
"native"
],
"headers": "M5Cardputer.h",
"dependencies": {
"M5Unified": "*",
"M5GFX": "*",
"IRremote": "*"
}
}