Implemented irregular ticks.
authorPat Thoyts <patthoyts@users.sourceforge.net>
Sat, 6 Dec 2014 00:16:36 +0000 (00:16 +0000)
committerPat Thoyts <patthoyts@users.sourceforge.net>
Sat, 6 Dec 2014 00:16:36 +0000 (00:16 +0000)
commit773c831d213d508cf2cb115f29664bea92173f65
tree814315890dbf201249847d9e049f14183e7bdc21
parent545dd975cf36c093a224fde96fda2fb9c76b78cd
Implemented irregular ticks.

With two /8 dividers we get 512 interrupts per second. By counting 16
of these we get a 30ms interval to energise the coil for a tick.
We add a random number up to 15 additional 30ms intervals to offset the
actual time of the tick.
main.c