forked from sparkfun/SparkFun_DS3234_RTC_Arduino_Library
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlibrary.json
More file actions
22 lines (22 loc) · 650 Bytes
/
library.json
File metadata and controls
22 lines (22 loc) · 650 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "SparkFun DS3234 Real-Time Clock (RTC)",
"keywords": "RTC, DS3234, SparkFun",
"description": "Arduino library for the SPI-based DS3234 real time clock (RTC). Allows you to set and read the time and date, set both alarms, and configure the SQW output pin.",
"repository":
{
"type": "git",
"url": "https://github.com/sparkfun/SparkFun_DS3234_RTC_Arduino_Library.git"
},
"authors":
[
{
"name": "SparkFun Electronics",
"email": "techsupport@sparkfun.com",
"url": "https://www.sparkfun.com/",
"maintainer": true
}
],
"version": "1.1.0",
"frameworks": "arduino",
"platforms": "*"
}