This project demonstrates how to use **Timer1 Overflow Interrupt** on the **ATmega328P (Arduino UNO)** to toggle an LED at precise intervals. The LED connected to **PB5 (Digital Pin 13)** toggles every 1 second using **register-level configuration** and **ISR**.
-
Updated
Oct 27, 2025 - C++