forked from PaulStoffregen/Time
Add library.json
This commit is contained in:
21
library.json
Normal file
21
library.json
Normal file
@ -0,0 +1,21 @@
|
||||
{
|
||||
"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":
|
||||
{
|
||||
"name": "git",
|
||||
"url": "https://github.com/PaulStoffregen/Time"
|
||||
}
|
||||
|
Reference in New Issue
Block a user