You've already forked M5Module-Fan
mirror of
https://github.com/m5stack/M5Module-Fan.git
synced 2026-05-20 11:36:34 -07:00
26 lines
571 B
JSON
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": "*"
|
|
}
|
|
} |