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

    VUTRAX PCB CAD
    Digital Lux Meter
    relay circuits
    Amplitude Modulation
    use CD-ROM drive as stand-alone audio CD player
    Hartley Oscillator
    Luxury Car Interior Light
    Frequency meter circuit
    An Add-On Current Limiter For Your Power Supply
    Geiger–Müller meter circuit project



    Top