Ready for 0.7.1

pull/8/head
Rop 7 years ago
parent 97c08b0da7
commit 033597b40d

@ -165,7 +165,7 @@ ezTime is an Arduino library. To start using it with the Arduino IDE:
* Click the row to select the library. * Click the row to select the library.
* Click the Install button to install the library. * Click the Install button to install the library.
in File -> Examples you will now see an ezTime heading down under "Examples from custom libraries". You can try running some of these examples to see if it all works. ezTime is made to be, as the name implies, quite easy to use. So you'll probably understand a lot of how things work from just looking at the examples. Now either just play with those and use the rest of this documentation only when you get stuck, or keep reading to see how things work in time. in File -> Examples you will now see an ezTime heading down under "Examples from custom libraries". You can try running some of these examples to see if it all works. ezTime is made to be, as the name implies, quite easy to use. So you'll probably understand a lot of how things work from just looking at the examples. Now either just play with those and use the rest of this documentation only when you get stuck, or keep reading to see how things work in ezTime.
#   #  

@ -1,6 +1,6 @@
{ {
"name": "ezTime", "name": "ezTime",
"description": "Does NTP, datetime formatted strings, milliseconds and timezones. Drop-in replacement for Arduino Time Library", "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 ", "keywords": "time ntp ",
"authors": { "authors": {
"name": "Rop Gonggrijp", "name": "Rop Gonggrijp",
@ -11,7 +11,7 @@
"type": "git", "type": "git",
"url": "https://github.com/ropg/ezTime" "url": "https://github.com/ropg/ezTime"
}, },
"version": "0.7.0", "version": "0.7.1",
"framework": "arduino", "framework": "arduino",
"platforms": "*" "platforms": "*"
"build": { "build": {

@ -1,8 +1,8 @@
name=ezTime name=ezTime
version=0.7.0 version=0.7.1
author=Rop Gonggrijp author=Rop Gonggrijp
maintainer=Rop Gonggrijp maintainer=Rop Gonggrijp
sentence=Does NTP, datetime formatted strings, milliseconds and timezones. Drop-in replacement for Arduino Time Library sentence=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.
paragraph=See more on https://github.com/ropg/ezTime paragraph=See more on https://github.com/ropg/ezTime
category=Timing category=Timing
url=https://github.com/ropg/ezTime url=https://github.com/ropg/ezTime

Loading…
Cancel
Save