A simple scheduler library for Arduino that allows you to run tasks after a certain delay(ms)[One time execution of a task].
TimeoutScheduler is a lightweight library for Arduino that enables you to schedule tasks after a certain delay(ms). It is designed to be easy to use and efficient, making it ideal for projects that require timed operations without blocking the main loop. The library supports multiple tasks and allows you to set different timeout for each task, providing flexibility in scheduling.It uses linked lists to manage tasks, ensuring that the library remains efficient even with multiple scheduled tasks. The API is straightforward, allowing you to add, remove, and execute tasks in runtime. This makes it suitable for a wide range of applications.
Filename | Release Date | File Size |
---|---|---|
TimeoutScheduler-1.0.1.zip | 2025-07-01 | 8.32 KiB |
TimeoutScheduler-1.0.0.zip | 2025-06-02 | 8.32 KiB |