Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 669 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 669 Bytes

8LedControl0-AVRAssembler-

This project showcases effective techniques for working with AVR Studio, providing a comprehensive understanding of the AVR assembler programming language.

Task

Switch the LEDs of the LED series connected to PORTC sequentially (from left to right) with a period of 1 s.

Block diagram of the task

image

To perform this task, I used the Atmega16 microcontroller, 8 LEDs, 8 220 ohm resistors.

image