You've already forked M5Module-PPS
mirror of
https://github.com/m5stack/M5Module-PPS.git
synced 2026-05-20 11:20:15 -07:00
25 lines
505 B
JSON
25 lines
505 B
JSON
|
|
{
|
||
|
|
"name": "M5ModulePPS",
|
||
|
|
"description": "Library for M5Stack M5Module PPS",
|
||
|
|
"keywords": "M5GFX,M5Stack,M5ModulePPS",
|
||
|
|
"authors": {
|
||
|
|
"name": "M5Stack",
|
||
|
|
"url": "http://www.m5stack.com"
|
||
|
|
},
|
||
|
|
"repository": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/m5stack/M5Module-PPS.git"
|
||
|
|
},
|
||
|
|
"version": "1.0.0",
|
||
|
|
"frameworks": "arduino",
|
||
|
|
"platforms": [
|
||
|
|
"espressif32",
|
||
|
|
"native"
|
||
|
|
],
|
||
|
|
"headers": "M5ModulePPS.h",
|
||
|
|
"dependencies": {
|
||
|
|
"M5Unified": "*",
|
||
|
|
"M5GFX": "*"
|
||
|
|
}
|
||
|
|
}
|