Skip to content

Blinking LED with Push Button in Assembly for Atmega16

License

Notifications You must be signed in to change notification settings

BitterOcean/BlinkingLED

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

BlinkingLED Awesome

Blinking LED with Atmega16 and Push Button

Author : Maryam Saeedmehr

Language : AVR Assembly

Requirement

For implementing this code yourself, You Need to install below applications :

Step1 : Create the Asm code in Atmel Studio

Create a new project in the atmel studio and copy (Ctrl+a then Ctrl+c) SourceCode and paste it into your new project.

Step2 : Build your project

After you have built it , a .hex file will be created in your project's folder. This is the only thing you need to program your avr in the proteus.

Step3 : Create your circuit

Use proteus to emulate your circuit. Try to make it as I have done....

proteus_design

Step4 : Program Atmega16

To ptogram your microcontroler in the proteus , just double click on it and choose the .hex file and press OK !

Step5 : Enjoy It

Micro_pj_exe1

To see how the real circuit works, click here

Files

Support

Reach out to me at one of the following places!

License

License

Releases

No releases published

Packages

No packages published

Languages

  • Assembly 100.0%