Files
M5Unit-RTC/library.json
T

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"
]
}
}