Welcome to the AVR Programming Projects repository! This repository contains a collection of simple projects developed using AVR microcontrollers. These projects are designed to showcase various functionalities and applications of AVR programming. In each project, there is a *.pdsprj file that you can easily see the result in Proteus. ؤ
- Clock: This project demonstrates how to create a simple digital clock using AVR microcontrollers.
- Stop-watch: The stop-watch project showcases how to implement a basic stop-watch functionality using AVR microcontrollers.
- Name-z: In this project, a string is printed on LCD and animated in zigzag form.
- pacman-name: In this project, a string is printed and animated in LCD.
To get started with any of the projects in this repository, follow these steps:
-
Clone the repository to your local machine using the following command:
git clone https://github.com/rezawsabzi/AVR.git
-
Connect your AVR microcontroller to your development board or programmer.
-
Open the project folder of your choice in your preferred AVR programming environment.
-
Build the project and upload the compiled binary to your AVR microcontroller.
-
Connect any necessary peripherals or components required for the specific project.
-
Power on your AVR microcontroller and observe the project in action!
--Reza Sabzi--