NOTE: This is an archive of my old blog. Go to http://gonium.net for my current website.

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...

Handling external Interrupts with Arduino 10

Posted by md on December 20, 2006

arduino-interrupt.jpg

For my DCF77 clock project, I need an understanding of handling interrupts with the ATMega8 chip – here’s my sketch.
Continue reading…