Blink LED & Serial MonitorFirst program: blink LED and print logs.2025-09-20 · ~1 min readEsp32 Basics#gpio #serial #blink
Button: Debounce & InterruptRead a button using debounce and interrupts.2025-09-20 · ~1 min readEsp32 Basics#gpio #interrupt #debounce
PWM/LEDC: Fading an LEDUse hardware LEDC PWM to dim LEDs smoothly.2025-09-20 · ~1 min readEsp32 Basics#pwm #ledc #gpio