This repository has been archived by the owner on Jan 29, 2023. It is now read-only.
run() in loop? #25
Unanswered
HamzaHajeir
asked this question in
Q&A
Replies: 2 comments
-
Normally, it's easier and faster to scan through and try the examples to master the usage of a library. As in of example ISR_16_Timers_Array |
Beta Was this translation helpful? Give feedback.
0 replies
-
I've checked out examples, but now with a second eye to this example I
assume ESP8266Timer is the external class provided by the core, correct?
BR,
Hamza
…On Sun, May 22, 2022, 03:06 Khoi Hoang ***@***.***> wrote:
Normally, it's easier and faster to scan through and try the examples to
master the usage of a library.
As in
https://github.com/khoih-prog/ESP8266TimerInterrupt/blob/8a003893199a999b4c3ef7e56a86f306ab08937b/examples/ISR_16_Timers_Array/ISR_16_Timers_Array.ino#L99
of example *ISR_16_Timers_Array*
<https://github.com/khoih-prog/ESP8266TimerInterrupt/tree/master/examples/ISR_16_Timers_Array>
—
Reply to this email directly, view it on GitHub
<#25 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AH3O7J6U7R3QXNAY2DIIGLLVLF267ANCNFSM5WSDO2QQ>
.
You are receiving this because you authored the thread.Message ID:
<khoih-prog/ESP8266TimerInterrupt/repo-discussions/25/comments/2797511@
github.com>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there
I'm reading out the library and discovering how does it work, preparing to use it in the next project.
However, I"ve read here and there that run() must be called in loop() to work:
but no one example calls run(), also couldn't find where the library attaches to esp8266 hardware timer to run its timing cababilities ..?
Best,
Hamza
Beta Was this translation helpful? Give feedback.
All reactions