This project demonstrates basic multitasking on an ESP32 using FreeRTOS with the Arduino framework. 📝 Description: This project demonstrates basic multitasking on an ESP32 using FreeRTOS with the ...
This is a beginner Arduino project where an LED blinks only when a push button is pressed. When the button is released, the LED turns OFF. This project helps beginners understand input (button) and ...