You've already forked M5Unit-RTC
mirror of
https://github.com/m5stack/M5Unit-RTC.git
synced 2026-05-20 10:33:20 -07:00
33 lines
715 B
JSON
33 lines
715 B
JSON
{
|
|
"name": "M5Unit-RTC",
|
|
"description": "Library for M5Stack UNIT RTC Using M5UnitUnified",
|
|
"keywords": "M5Stack UNIT RTC, M5UnitUnified",
|
|
"authors": {
|
|
"name": "M5Stack",
|
|
"url": "https://www.m5stack.com"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/m5stack/M5Unit-RTC.git"
|
|
},
|
|
"dependencies": {
|
|
"m5stack/M5UnitUnified": ">=0.4.1"
|
|
},
|
|
"version": "0.1.0",
|
|
"frameworks": [
|
|
"arduino"
|
|
],
|
|
"platforms": [
|
|
"espressif32"
|
|
],
|
|
"headers": [
|
|
"Unit_RTC.h",
|
|
"M5UnitUnifiedRTC.h"
|
|
],
|
|
"license": "MIT",
|
|
"export": {
|
|
"exclude": [
|
|
"docs/html"
|
|
]
|
|
}
|
|
} |