Skip to content

Latest commit

 

History

History
33 lines (28 loc) · 1.63 KB

File metadata and controls

33 lines (28 loc) · 1.63 KB

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