added TimeLib

This commit is contained in:
irekzielinski
2019-08-26 12:27:42 +01:00
parent af3142174e
commit df0c7de4b0
20 changed files with 1805 additions and 0 deletions

View File

@ -0,0 +1,22 @@
{
"name": "Time",
"frameworks": "Arduino",
"keywords": "Time, date, hour, minute, second, day, week, month, year, RTC",
"description": "Time keeping library",
"url": "http://playground.arduino.cc/Code/Time",
"authors":
[
{
"name": "Michael Margolis"
},
{
"name": "Paul Stoffregen"
}
],
"repository":
{
"type": "git",
"url": "https://github.com/PaulStoffregen/Time"
}
}