Files
chenzhjie 74a20bf870 init
2024-03-07 11:03:25 +08:00

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": "*"
}
}