Skip to content
Vishnu Mohanan edited this page Jun 10, 2021 · 19 revisions

ptScheduler

Description

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/

Clone this wiki locally