Files
chenzhjie 33497f24b0 init
2024-10-18 16:27:30 +08:00

25 lines
524 B
JSON

{
"name": "M5UnitTimerPWR",
"description": "Library for M5Stack M5Unit TimerPWR",
"keywords": "M5GFX,M5Stack,M5UnitTimerPWR",
"authors": {
"name": "M5Stack",
"url": "http://www.m5stack.com"
},
"repository": {
"type": "git",
"url": "https://github.com/m5stack/M5Unit-TimerPWR.git"
},
"version": "1.0.0",
"frameworks": "arduino",
"platforms": [
"espressif32",
"native"
],
"headers": "m5_unit_timerpwr.hpp",
"dependencies": {
"M5Unified": "*",
"M5GFX": "*"
}
}