FreeRTOS Software Timers with Arduino – Create One-shot and Auto-Reload Timer
In this tutorial, we will learn to use FreeRTOS software timers with Arduino. Unlike, hardware timers of Arduino, Software timers are provided by the FreeRTOS kernel and they do not …