You've already forked M5Cardputer
mirror of
https://github.com/m5stack/M5Cardputer.git
synced 2026-05-20 11:02:53 -07:00
27 lines
575 B
JSON
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": "*"
|
|
}
|
|
} |