-
Notifications
You must be signed in to change notification settings - Fork 7
/
library.json
30 lines (30 loc) · 941 Bytes
/
library.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "ErriezDS3231",
"version": "2.0.0",
"keywords": "arduino, library, ds3231, i2c, rtc, real-time-clock, high-precision, date, time, epoch, alarms, temperature, sqw-out, serial-terminal, diagnostics, interrupt, documentation, examples",
"description": "DS3231 I2C RTC (Real Time Clock) library for Arduino with extensive examples",
"homepage": "https://github.com/Erriez/ErriezDS3231",
"license": "MIT",
"authors": {
"name": "Erriez",
"url": "https://github.com/Erriez",
"maintainer": true
},
"repository": {
"type": "git",
"url": "https://github.com/Erriez/ErriezDS3231.git",
"branch": "master"
},
"dependencies":
{
"name": "ErriezSerialTerminal",
"frameworks": "arduino"
},
"frameworks": "arduino",
"platforms": [
"atmelavr",
"atmelsam",
"espressif8266",
"espressif32"
]
}