Demonstration echoing serial chars and briefly flashing an LED with PWM.
authorPat Thoyts <patthoyts@users.sourceforge.net>
Thu, 20 Aug 2015 14:10:03 +0000 (15:10 +0100)
committerPat Thoyts <patthoyts@users.sourceforge.net>
Thu, 20 Aug 2015 14:10:03 +0000 (15:10 +0100)
commit91e03252189c1137a4647e647a4aac367fb886ea
tree34639507b92f0d1aebf0a78ccb48ebc9a8a87891
Demonstration echoing serial chars and briefly flashing an LED with PWM.

This demo flashes an LED with a specific number of PWM pulses in response
to a serial character input to output a constant small amount of light.

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