ArduinoThread icon indicating copy to clipboard operation
ArduinoThread copied to clipboard

⏳ A simple way to run Threads on Arduino

Results 16 ArduinoThread issues
Sort by recently updated
recently updated
newest added

Hi, we are currently trying to minimize our out-of-sync forks. @ivanseidel Would you mind reviewing and merging these fixes, Thanks.

Hi, There's a way to set the Thread interval in microseconds? I tried to edit the "Thread.cpp" file, changing all the millis() to micros(), but it didn't work very well.

I'm developing opens source project to sustentable agriculture. I want to know what happens when millis() overflows... If I need to remove all threads -> reset millis() -> addition all...

In my program, I've created 3 threads and then added them all to a controller thread. However, one thread was never executed (I had print-statements that should have run) and...

Looking at ThreadController and your max size. You could've just as easily malloc'd a new block of threads when necessary. Is there any specific reason for not doing this?

Hi i am trying to run 3 motors with an arduino at the same time but all i can accomplish is running them in sequence which i dont need ArduinoThread...

Hey there, I am using this library with great success, thank you! I am wondering if there is any way to programmatically change the interval time at which a thread...

It shows "0" (zero) instead real values... Can you help to fix it? Thanks.

For Arduino target code there is no difference between int and pointer sizes but it matters when compiling the code for unit test on a 64bit linux host computer: ```shell...