Slow down analogRead or Serial.print without delay()

here you can find the very useful idea of the BlinkWithoutDelay:

it is kind of a "delay", but by comparing how much time as passed since an event, instead of using the delay() function,
:wink: