Demo configuration of AVR timer and PWM.
authorPat Thoyts <patthoyts@users.sourceforge.net>
Wed, 12 Aug 2015 11:16:49 +0000 (12:16 +0100)
committerPat Thoyts <patthoyts@users.sourceforge.net>
Wed, 12 Aug 2015 11:16:49 +0000 (12:16 +0100)
commit870644515ce5db0a51de564fa27100b9b0aafc6a
tree172f62de3deeb01eb96ad2cd99f04c4b0d66c926
Demo configuration of AVR timer and PWM.

Demonostrates the initialization of a timer for 1ms resolution interrupts
and also shows the control of PWM frequency using timer 1.

Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
.gitignore [new file with mode: 0644]
Makefile [new file with mode: 0644]
timer-demo.c [new file with mode: 0644]