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:

Related Circuits

  • New Circuits

    .

     


    Popular Circuits

    Laser Track Detection
    switch with relay schematic
    Bi-directional motor
    Simplest lamp flasher circuit
    A long-wave SWR meter
    Guitar Vibrato circuit
    AD574 and PC bus interface circuit
    Simple adjustment of high input impedance double wave linear detection circuit RC4558DN
    130kW induction motor synchronization control circuit operation



    Top