Update for 0.7.0

pull/8/head 0.7.0
Rop 7 years ago
parent 635b40ce26
commit 123ff7febb

@ -202,7 +202,7 @@ For example, if you have set up a timezone called Berlin, `Berlin.isDST(15363142
### What happens when you include the library
It all starts when you include the library with `#include <ezTime.h>`. From that point forward there is an object instance called `ezTime` with methods to control the behaviour of ezTime, as well as a timezone object called `UTC`, and a reference to this object called `defaultTZ` (which you may point to a different timezone later).
It all starts when you include the library with `#include <ezTime.h>`. From that point forward there is an object instance called `time` with methods to control the behaviour of ezTime, as well as a timezone object called `UTC`, and a reference to this object called `defaultTZ` (which you may point to a different timezone later).
### No daemons here

@ -11,7 +11,7 @@
"type": "git",
"url": "https://github.com/ropg/ezTime"
},
"version": "0.6.1",
"version": "0.7.0",
"framework": "arduino",
"platforms": "*"
"build": {

@ -1,5 +1,5 @@
name=ezTime
version=0.6.1
version=0.7.0
author=Rop Gonggrijp
maintainer=Rop Gonggrijp
sentence=Does NTP, datetime formatted strings, milliseconds and timezones. Drop-in replacement for Arduino Time Library

Loading…
Cancel
Save