• Stars
    star
    1
  • Language
    C++
  • License
    GNU Affero Genera...
  • Created about 4 years ago
  • Updated about 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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.