Skip to content
This repository has been archived by the owner on Sep 21, 2024. It is now read-only.
/ oscillator Public archive

A software based oscillator in assembly for Atmega 32.

License

Notifications You must be signed in to change notification settings

YoungMind1/oscillator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Warning

It is not tuned. The frequency is close, but not qutie correct.

Goal

Create a virtual oscillator in Atmega32.

Method

Other than the neccesarry instructions for reading keypad, showing LCD or PWM; We go through a "Delay" subroutine in order to achieve the desired frequency in PWM. inside the main "Delay" there exists 4 "sub-delays"; based on the given frequency(on the keypad) code goes through one of delays.

Schematics

image

About

A software based oscillator in assembly for Atmega 32.

Resources

License

Stars

Watchers

Forks