diff --git a/library.json b/library.json new file mode 100644 index 0000000..13a5ecb --- /dev/null +++ b/library.json @@ -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" +} +