Files
2025-02-07 18:29:08 +08:00

26 lines
571 B
JSON

{
"name": "M5ModuleFan",
"description": "M5Stack Library of Module Fan",
"keywords": "M5GFX,M5Stack,M5ModuleFan",
"authors": {
"name": "M5Stack",
"url": "http://www.m5stack.com"
},
"repository": {
"type": "git",
"url": "https://github.com/m5stack/M5Module-Fan.git"
},
"version": "1.0.0",
"frameworks": [
"arduino"
],
"platforms": [
"espressif32",
"native"
],
"headers": "m5_module_fan.hpp",
"dependencies": {
"M5Unified": "*",
"M5GFX": "*"
}
}