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

sam and samd support #13

Closed waspinator closed 5 years ago

waspinator commented 7 years ago

Thanks for your awesome libraries!

Is there code in RBD_Timer and your other libraries which you know have compatibility issues with sam and samd processors?

alextaujenis commented 5 years ago

With all of the different kinds of Arduino hardware; each Robots + Big Data library has been designed for the widest compatibility available. If you can compile and run Arduino code on it; then these libraries will work and not interfere with each other or other (non RBD) libraries. I've only heard from people asking to expand the list of compatible hardware, and haven't heard a compatibility issue yet.