Many people write me asking if it would be possible to add/modify the clock color palettes or change the lamp mode display. Of course it is possible, it’s open source! OK but, what does it mean for a clock to be open source? Why would you care? The short answer is, being open source...
Arduino Timer Interrupt
I am actually working on a small project using an Arduino micro-controller ATMEGA 328. Timing issues are very critical so I had to find a way to use timer interrupts. I found the following code and adapted it to the ATMEGA 328. http://gonium.net/md/2006/12/27/i-will-think-before-i-code/ Following is my implementation for the ATMEGA 328 … The code...