Simple LED Blink – Interrupt Driven

This is a simple, interrupt-driven LED blink program that should run on most any AVR micro. It is nothing fancy, merely an example of using a counter overflow for timing events in your code.

View AVR-GCC Source

Comments are closed.