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

Amplifier Bridging
Output-limiter
Hybrid-power-amplifier
Audio/Video to UHF TV Signal Converter (Modulator)
Unipolar Stepper Motor Controllers
Beam-break Detector For Camera Shutter or Flash Control
100W ultra-CPI amplifier circuit
Single-phase motor automatic intermittent operation control circuit



Top