You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ezTime/library.json

21 lines
606 B

7 years ago
{
"name": "ezTime",
7 years ago
"description": "ezTime - pronounced "Easy Time" - is a very easy to use Arduino time and date library that provides NTP network time lookups, extensive timezone support, formatted time and date strings, user events, millisecond precision and more.",
"keywords": "time ntp ",
7 years ago
"authors": {
"name": "Rop Gonggrijp",
"url": "https://github.com/ropg"
"maintainer": true
},
"repository": {
"type": "git",
"url": "https://github.com/ropg/ezTime"
},
7 years ago
"version": "0.7.1",
7 years ago
"framework": "arduino",
"platforms": "*"
7 years ago
"build": {
"libArchive": false
}
}