/* an infinity for loop for ( ; ; ) /* and I also believe below should work. Even so, I think below is what I should use for I can reuse 'i' (e.g. Serial.println(i) in debug) for (int i = 0; 0 >= 0; i++)