-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prevoius one caused the clock being slow. If timer is se to "2", the diagram looks like this: value: __|_____|_____|_____|__ 0 1 2 3 interrupt: __+-+_________+-+______ 3 intervals are between interrupts. So interrupts happen (OCR1A+1) more rare than clock cicles. Frequency is (OCR1A+1) times lower than quarz clocking
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters