interfacing of led wiht avr atmega16


Posted on Feb 7, 2014

Interface an LED with AVR (ATMega16). Here I am using only one AVR microcontroller ATMega16, one register(10K), one capacitor(16uF/25v), One push button switch, Led BAR Green in stead of 8 led`s, power supply of +5v and -5v. Make the circuit as in diagram. Below is the circuits diagram and code for blink of the led will given below: // CODE For Blink LED


interfacing of led wiht avr atmega16
Click here to download the full size of the above Circuit.

using AVR-ATmega16 #include #include int main(void) { DDRC=0xFF; while(1) { PORTC=~PORTC; _delay_ms(1000); } }




Leave Comment

characters left:

New Circuits

.

 


Popular Circuits

Universal-motor speed control
Electronic Door Buzzer
1.5v to 9v battery tester
clock generator circuit
Ultrasonic switch
responsive architecture
dm projects
Low Supply Rail Detection
A simple remote control tester circuit diagram
Fun with Geissler tubes
Delaying the release of DC relay circuit
Saving voltage regulator circuit



Top