The sketch for decoding the time radio signal DCF77 is greatly improved: I use interrupts for handling the signal and a backup timer has been added.
I will think before I code… 24
Posted by md
on December 27, 2006
As CosineKitty pointed out: My Arduino timer interrupt code did not work because the Prescaler bits were not set correctly.
Continue reading...
Arduino Timer Interrupt
Posted by md
on December 23, 2006
Continuing my interrupt experiments, I wrote a little sketch to print the seconds since startup to serial. But: Something is wrong…
Continue reading…