-
-
Notifications
You must be signed in to change notification settings - Fork 4
Home
Vishnu Mohanan edited this page Jun 10, 2021
·
19 revisions
Pretty tiny Scheduler or ptScheduler is a non-preemptive task scheduler library for Arduino that helps you to write non-blocking periodic tasks easily and effectively without using ordinary delay routines or using millis()
function on your own.
Complete tutorial can be found here at CIRCUITSTATE - https://circuitstate.com/tutorials/ptscheduler-a-minimal-cooperative-task-scheduler-for-arduino/