Comments for https://wellys.com/posts/avr_c_step2/
By System @system
Comments for: https://wellys.com/posts/avr_c_step2/
- CCraig McKendree @Craig
I've been reading Elliot Williams “Make: AVR Programming and was a bit stuck in chapter 10. Pulse Width Modulation
I found your site and after reading your article along with a deeper dive into the ATmega328P data sheet it all came together.
Quite simple really, experimented with Timer/Counters 0, 1 and 2, inverting vs. non-inverting, Fast and Phase Correct PWM... so much more that I'm now able to control!
Thanks for your hard work, very appreciative!