first commit
This commit is contained in:
39
libraries/Ds1302/library.json
Normal file
39
libraries/Ds1302/library.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user