This repository has been archived by the owner on Jan 29, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
library.json
127 lines (127 loc) · 3.29 KB
/
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
{
"name": "DS323x_Generic",
"version": "1.3.1",
"description": "Library for DS3231/DS3232 Extremely Accurate I2C-Integrated RTC/TCXO/Crystal. For nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, Teensy, Portenta_H7 boards, RP2040-based, etc. besides ESP8266/ESP32, using ESP WiFi, Portenta_H7 WiFi, WiFiNINA, Portenta_H7 Ethernet, Ethernet W5x00, Teensy 4.1 QNEthernet/NativeEthernet, ENC28J60, LAN8742A, ESP8266/ESP32 AT-command WiFi. Ethernet_Generic library is used as default for W5x00 Ethernet",
"keywords": "i2c, wire, rtc, ds3231, ds3232, ds323x, accuracy, precise, timing, ntp, wifi, ethernet, WiFiNINA, SAM-DUE, SAMD, nRF52, STM32, wt32-eth01, rp2040, nano-rp2040-connect, rtl8720, FlashStorage, DueFlashStorage, LittleFS, EEPROM, portenta-h7, rpi-pico",
"authors": [
{
"name": "Hideaki Tai",
"url": "https://github.com/hideakitai"
},
{
"name": "Khoi Hoang",
"url": "https://github.com/khoih-prog/DS323x_Generic",
"email": "[email protected]",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/khoih-prog/DS323x_Generic"
},
"homepage": "https://github.com/khoih-prog/DS323x_Generic",
"export": {
"exclude": [
"linux",
"extras",
"tests"
]
},
"dependencies": [
{
"owner": "paulstoffregen",
"name": "Time",
"version": ">=1.6.1",
"platforms": ["*"]
},
{
"owner": "khoih-prog",
"name": "WiFiNINA_Generic",
"version": ">=1.8.14-3",
"platforms": ["*"]
},
{
"owner": "khoih-prog",
"name": "WiFiWebServer",
"version": ">=1.7.0",
"platforms": ["*"]
},
{
"owner": "khoih-prog",
"name": "WebServer_WT32_ETH01",
"version": ">=1.4.1",
"platforms": ["*"]
},
{
"owner": "khoih-prog",
"name": "WiFiWebServer_RTL8720",
"version": ">=1.1.1",
"platforms": ["*"]
},
{
"owner": "khoih-prog",
"name": "EthernetWebServer",
"version": ">=2.1.1",
"platforms": ["*"]
},
{
"owner": "khoih-prog",
"name": "EthernetWebServer_STM32",
"version": ">=1.4.0",
"platforms": ["*"]
},
{
"owner": "khoih-prog",
"name": "ESP8266_AT_WebServer",
"version": ">=1.5.3",
"platforms": ["*"]
},
{
"owner": "khoih-prog",
"name": "Timezone_Generic",
"version": ">=1.10.0",
"platforms": ["*"]
},
{
"owner": "khoih-prog",
"name": "Ethernet_Generic",
"version": "^2.0.0"
},
{
"owner": "jandrassy",
"name": "EthernetENC",
"version": ">=2.0.2",
"platforms": ["*"]
},
{
"owner": "uipethernet",
"name": "UIPEthernet",
"version": ">=2.0.8",
"platforms": ["*"]
},
{
"owner": "stm32duino",
"name": "STM32duino LwIP",
"version": ">=2.1.2",
"platforms": "ststm32"
},
{
"owner": "stm32duino",
"name": "STM32Ethernet",
"version": ">=1.2.0",
"platforms": "ststm32"
},
{
"owner": "ssilverman",
"name": "QNEthernet",
"version": ">=0.14.0",
"platforms": ["teensy"]
}
],
"license": "MIT",
"frameworks": "*",
"platforms": "*",
"examples": "examples/*/*/*.ino",
"headers": ["DS323x_Generic.h"]
}