Skip to content

Commit 0b64aae

Browse files
authoredJul 11, 2020
Whoops, that was meant for M5ez, not for ezTime
1 parent 2c0bf10 commit 0b64aae

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed
 

‎README.md

-2
Original file line numberDiff line numberDiff line change
@@ -623,8 +623,6 @@ If you edit the ezTime.h file in the library directory and set the EZTIME_LANGUA
623623

624624
This is what your loop functions should call if they want events executed. This includes user-set events (see below) and the NTP updates that ezTime does periodically. `events()` also calls the Arduino function `yield()`, so you do not need to call that anymore (but once more doesn't hurt).
625625

626-
These events are meant for things that need to happen frequently. The next event cannot be more than 65 seconds out as the period between them is a 16-bit unsigned integer. If you use M5ez with ezTime, you can use [ezTime's events](https://github.com/ropg/ezTime#events) for things that need to happen with more time between them.
627-
628626
 
629627

630628
### setEvent

0 commit comments

Comments
 (0)
Please sign in to comment.