mirror of https://github.com/ropg/ezTime
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.
21 lines
642 B
21 lines
642 B
{
|
|
"name": "ezTime",
|
|
"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 date ntp timezone events milliseconds",
|
|
"authors": {
|
|
"name": "Rop Gonggrijp",
|
|
"url": "https://github.com/ropg",
|
|
"maintainer": true
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/ropg/ezTime"
|
|
},
|
|
"version": "0.7.10",
|
|
"framework": "arduino",
|
|
"platforms": "*",
|
|
"build": {
|
|
"libArchive": false
|
|
}
|
|
}
|