15 lines
326 B
JSON
15 lines
326 B
JSON
{
|
|
"name": "RTC",
|
|
"keywords": "RTC, DS1307, DS3231, clock",
|
|
"description": "A library that makes interfacing DS1307 and DS3231 Real Time Clock modules easy.",
|
|
"repository":
|
|
{
|
|
"type": "git",
|
|
"url": "https://github.com/Makuna/Rtc.git"
|
|
},
|
|
"version": "2.1.0",
|
|
"frameworks": "arduino",
|
|
"platforms": "*"
|
|
}
|
|
|