I will think before I code…

Wednesday, December 27th, 2006

As CosineKitty pointed out: My Arduino timer interrupt code did not work because the Prescaler bits were not set correctly.

Handling external Interrupts with Arduino

Wednesday, December 20th, 2006

For my DCF77 clock project, I need an understanding of handling interrupts with the ATMega8 chip - here's my sketch.