You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project demonstrates how to blink an LED using **Timer Interrupts** on an **ESP8266** board with **MicroPython**. A hardware timer periodically toggles an LED connected to **GPIO2** every second — no `while True` loop required!