1 Star 0 Fork 0

行走的皮卡丘/NtpClient1

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
library.json 812 Bytes
一键复制 编辑 原始数据 按行查看 历史
Bollie 提交于 2019-10-01 13:10 . type mismatch
{
"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": ["espressif8266"]
}],
"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"
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wsy-lyy/ntp-client1.git
git@gitee.com:wsy-lyy/ntp-client1.git
wsy-lyy
ntp-client1
NtpClient1
master

搜索帮助