-->

LED Blinking program by Using Atmega32 - Atmel Studio 6

By
LED Blinking program by Using Atmega32 - Atmel Studio 6 

#ifndef F_CPU                    // defining clock speed of the processor
#define F_CPU 16000000UL         // 16 MHz clock speed
#endif

#include <avr/io.h>
#include <util/delay.h>

int main(void)
{
 DDRC = 0xFF;                //Nakes PORTC as Output
 while(1) //infinite loop
 {
  PORTC = 0xFF;      //Turns ON All LEDs
  _delay_ms(30);    //1 second delay
  PORTC= 0x00;      //Turns OFF All LEDs
  _delay_ms(30);   //1 second delay
 }
}


LED Blinking By using 8051 in Keil IDE
LED Blinking using PIC 16f877a

More Posts

gElectron. Powered by Blogger.

Contributors

16x2 LCD Interfacing with STM32,STM32F103C6

 16x2 LCD  Interfacing with STM32,STM32F103C6 lcd_init(); LCD_LINE1; lcd_String(" GeElectron"); LCD_LINE2; lc...

Contact Form

Name

Email *

Message *

Contact us

Name

Email *

Message *

Follow Us

https://www.facebook.com/gElectron-393939667321867/ FBbox/https://www.facebook.com/IVYthemes

Comments

[blogger]

MKRdezign

Test
google.com, pub-8429441124104529, DIRECT, f08c47fec0942fa0
[blogger]

Latest

[recent][newsticker]

Technology

Top Ads

RECENT COMMENTS

Subscribe Via Email

Subscribe to our newsletter to get the latest updates to your inbox. ;-)


Your email address is safe with us!

RECENT COMMENTS