Threads library provides a simple but effective multi-threading execution environment for Arduino boards. You can quickly develop multi-threaded program. The scheduling mechanism does not use any low-level feature on your microcontroller (i.e. interrupts, timers, etc), so it does not interfere with their original functionality. Thread execution is interrupted when explicitly requested or induced by the usage of synchronization mechanisms.
-
Notifications
You must be signed in to change notification settings - Fork 0
Threads library provides a simple but effective multi-threading execution environment for Arduino boards. You can quickly develop multi-threaded program. The scheduling mechanism does not use any low-level feature on your microcontroller (i.e. interrupts, timers, etc), so it does not interfere with their original functionality. Thread execution …
License
iacopobaroncini/Arduino-Threads
About
Threads library provides a simple but effective multi-threading execution environment for Arduino boards. You can quickly develop multi-threaded program. The scheduling mechanism does not use any low-level feature on your microcontroller (i.e. interrupts, timers, etc), so it does not interfere with their original functionality. Thread execution …
Topics
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published