int x; != int x=0;

Does the arduino compiler have optimization like that? (writing out for loops etc) I would always put a =0 fo a for loop just to make sure, and also to help debugging... and understanding.