1 Star 0 Fork 0

飞天熊猫 / Ds1302

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
library.json 853 Bytes
一键复制 编辑 原始数据 按行查看 历史
Rafa Couto 提交于 2021-07-06 09:29 . Release version on JSON manifest
{
"name": "Ds1302",
"version": "1.0.4",
"keywords": "library, C, C++, RTC, DS1302, clock, date, time, datetime",
"description": "A C/C++ library to use DS1302 RTC chip.",
"license": "AGPL-3.0",
"homepage": "https://github.com/Treboada/Ds1302",
"frameworks": "arduino",
"platforms": [
"atmelavr",
"espressif8266",
"espressif32"
],
"examples": [
{
"name": "GetDateTime",
"base": "examples/01",
"files": [
"GetDateTime.cpp"
]
},
{
"name": "SetDateTime",
"base": "examples/02",
"files": [
"SetDateTime.cpp"
]
}
],
"repository": {
"type": "git",
"url": "https://github.com/Treboada/Ds1302.git"
},
"authors": {
"name": "Rafa Couto",
"email": "caligari@treboada.net",
"url": "http://www.linkedin.com/in/rafacouto"
}
}
1
https://gitee.com/dutong0321/Ds1302.git
git@gitee.com:dutong0321/Ds1302.git
dutong0321
Ds1302
Ds1302
master

搜索帮助