ATtiny13 – blinky with delay function
This tiny project shows how to interface LED to the microcontroller ATtiny13 and write a simple program to make it blink. The code is on Github, click here. LEDs are widely used for various display functions and can be directly (not quite directly, through the resistor) driven from the pins of AVR chip. In our … Read more