Skip to content

mrtaz77/AVR-ATmega-32-Programming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AVR-ATmega-32-Programming

Codes for ATmega32

Tools

  1. Atmel Studio 7.0 . Download link
  2. Proteus Version 8.15. Download link.

Experiments

Practice

# Code Description
1 4-bit Delay Counter A 4 bit counter which increments every 1 second
2 4-bit Button Counter A 4 bit counter which increments every time the switch is turned on
3 Blinking LEDS LEDS connected to port B blink sequentially
4 8bitButtonRingCounterINT An 8 bit ring counter; switch using interrupt
5 8bitButtonRingCounterPoll An 8 bit ring counter; switch using polling