3 simple AVR Assembler code to use seven segment display. These 3 codes realy simple way using seven segment display. these are using in my microprocessor classes.
Wert deney1.asm -> no scan
Wert Deney2.asm -> Scan but BCD
Werrt Deney3.asm -> Scan with BCD.
By Basri KUL
Example program with AVR Assembler.
Purpose: Education->Assembler->Simple Watch
ATMega8 and 1 relay. Relay will be on after 7day:00hour:00minute:00 second after power on.
Coded by Basri KUL (I Coded it my microprocessor classes)
The software is written in Assembler, as it is very short and it need the speed in the main loop.
This is the heart of the synth. To be precise, it s in the 7 lines of Assembler that makes up the main loop.
The rest of the code is the wavetables and the communication code.