You've already forked M5Unit-TimerPWR
mirror of
https://github.com/m5stack/M5Unit-TimerPWR.git
synced 2026-05-20 11:31:20 -07:00
25 lines
524 B
JSON
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": "*"
|
|
}
|
|
}
|