Atmel Programming Tutorial 6 - Timers and Counters

preview_player
Показать описание
GitHub site:

If you found this video helpful please consider supporting me on Patreon:
Рекомендации по теме
Комментарии
Автор

At 1:18, "...that register will be set to zero..."
More detail please.
Do you mean it will simply roll over on the next clock/input or do you mean that the programmer of the ISR "will set" to zero the register?
I am left wondering as I continue to watch from that point hoping it will become clear.

Note this confusion is caused by passive voice sentence construction. The passive voice should be driven to extinction in technical communications.

forresterickson
Автор

Thanks, Chris, very concise video. So you use interrupts to drive pin blinking. Would it be possible to use the waveform generator pins to drive blinking, or is this solely a PWM option? I have read the datasheet but can't quite understand the purpose of the WGM output pins. Other tutorials also stay away from WGM output pins even when PWM is implemented.

craiglarson
Автор

thank you!! Using timer1 and OCR1A registers for timers in a washing machine cycle is tough. That is what I am currently struggling in. Lol p.s. your coding is very helpful and professional

sydneyalex
Автор

2015 year and why were you using Internet Explorer/Edge browsers?

AnonymousDeveloper
Автор

is it possible to terminate an infinite loop in the middle of the program lines and begin from the initial if the condition satisfy in between false running statement.?

arkopaul