mirror of
https://github.com/m5stack/M5Dial.git
synced 2026-05-20 11:02:37 -07:00
22 lines
474 B
JSON
22 lines
474 B
JSON
{
|
|
"name": "M5Dial",
|
|
"description": "Library for M5Stack M5Dial Board",
|
|
"keywords": "M5GFX,M5Stack,M5Dial",
|
|
"authors": {
|
|
"name": "M5Stack, Sean",
|
|
"url": "http://www.m5stack.com"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/m5stack/M5Dial.git"
|
|
},
|
|
"version": "1.0.3",
|
|
"frameworks": ["arduino"],
|
|
"platforms": ["espressif32", "native"],
|
|
"headers": "M5Dial.h",
|
|
"dependencies": {
|
|
"M5Unified": "*",
|
|
"M5GFX": "*"
|
|
}
|
|
}
|