Skip to content

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

Notifications You must be signed in to change notification settings

iacopobaroncini/Arduino-Threads

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Arduino Threads

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.

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

No packages published

Languages