
1 Jan
2010
1 Jan
'10
7:51 p.m.
2010/1/1 John Van Enk
I remembered that I have some of this stuff on github. Here's the example C file that sets up the timers on an Ardunio board.
http://github.com/sw17ch/atom-arduino-experiments/blob/master/Blink/blink.c
Notice that the main function does nothing. All the work is done by blink_atom() which is called out of the ISR (Interrupt Service Routine).
Thanks for the example. -- Jason Dusek