alextaujenis / RBD_Timer

Arduino Timer Library - Manage many timed events without delay or interrupts.
https://robotsbigdata.com/docs-arduino-timer.html
MIT License
46 stars 19 forks source link

timer and ethernet library together #14

Closed sebastiaanMaes closed 5 years ago

sebastiaanMaes commented 7 years ago

i tied to use the timer and ethernet librarys at the same time but then the timer doesn't work anymore

alextaujenis commented 5 years ago

The RBD::Timer library is dependent upon you not blocking the event loop with delay() or long-running interrupts. If you are still having a problem then please re-open this issue, include the broken code, and a link to the ethernet library you are using.