初始化提交

This commit is contained in:
王立帮
2024-07-20 22:09:06 +08:00
commit c247dd07a6
6876 changed files with 2743096 additions and 0 deletions

View 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"
}