FreeRTOS Button Debouncer on STM32 – Used EXTI interrupts, binary semaphores, and toggle LED task when an debounced button is pressed. Yes, you heard that right, now your OS takes care of the button ...
This project illustrates how to use FreeRTOS on an ESP32 microcontroller through a simple example. It combines analog and digital inputs with real-time task management to demonstrate how tasks, ...