Files
ArduinoTime/library.json
T

23 lines
394 B
JSON
Raw Normal View History

2014-10-24 05:22:37 -07:00
{
"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":
[
{
2014-10-24 22:51:53 +03:00
"name": "Michael Margolis"
2014-10-24 05:22:37 -07:00
},
{
2014-10-24 22:51:53 +03:00
"name": "Paul Stoffregen"
2014-10-24 05:22:37 -07:00
}
2014-10-24 22:55:11 +03:00
],
2014-10-24 05:22:37 -07:00
"repository":
{
2014-10-24 23:04:14 +03:00
"type": "git",
2014-10-24 05:22:37 -07:00
"url": "https://github.com/PaulStoffregen/Time"
}
2014-10-24 22:51:53 +03:00
}
2014-10-24 05:22:37 -07:00