first commit

This commit is contained in:
Jérôme Delacotte
2025-03-06 11:15:32 +01:00
commit 7b30d6e298
5276 changed files with 2108927 additions and 0 deletions

View File

@@ -0,0 +1,39 @@
{
"name": "Ds1302",
"version": "1.1.0",
"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"
}
}