Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 470 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 470 Bytes

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.