Leopard+Terminal+Spaces workaround

Monday, November 26th, 2007

Overall, I like the new Apple MacOS 10.5 aka Leopard. I used various virtual desktop solutions with older versions, but the new Spaces provides everything I need - almost. On a typical workday, I have various terminal windows opened - but not on one workspace! Spaces changes the screen to ...

Tweaking the code

Wednesday, April 18th, 2007

Thanks to Lasse Lambrecht, I can release a new version of the DCF77 code - now you can run it on the ATMega168-based Arduinos.

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.

Arduino Timer Interrupt

Saturday, December 23rd, 2006

Continuing my interrupt experiments, I wrote a little sketch to print the seconds since startup to serial. But: Something is wrong...