First Commit
This commit is contained in:
32
libraries/NtpClientLib/library.json
Normal file
32
libraries/NtpClientLib/library.json
Normal file
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"name": "NtpClientLib",
|
||||
"frameworks": "arduino",
|
||||
"version": "3.0.2-beta",
|
||||
"keywords": "time, date, hour, minute, second, day, week, month, year, RTC, NTP",
|
||||
"platforms": ["atmelavr", "atmelsam", "espressif32", "espressif8266"],
|
||||
"description": "Library to get system sync from a NTP server",
|
||||
"dependencies":
|
||||
[{
|
||||
"name": "Time",
|
||||
"authors": "Paul Stoffregen",
|
||||
"version": "~1.5"
|
||||
},
|
||||
{
|
||||
"name": "ESPAsyncUDP",
|
||||
"authors": "Hristo Gochkov",
|
||||
"platforms": ["espressif", "espresif8266"]
|
||||
}],
|
||||
"url": "https://github.com/gmag11/NtpClient",
|
||||
"authors":
|
||||
{
|
||||
"name": "Germán Martín",
|
||||
"email": "gmag11@gmail.com"
|
||||
},
|
||||
"repository":
|
||||
{
|
||||
"type": "git",
|
||||
"url": "https://github.com/gmag11/NtpClient.git"
|
||||
},
|
||||
"examples": "examples/*/*.ino"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user