Hello!!! I have a sketch that work fine and doing what i want so far. Now when i use the serial monitor the clock reading just go insanely fast if i don't put a delay in it but if i do i slow down the hole sketch. I am not sure how to put a delay in it without affecting the rest. I just learn how to use millis but to make something "work". I don't know if we can use millis and how i should write it to add a delay at end of a function or if there is something else i can use.
So how can i slow down the Serial Monitor to refresh every second (like a clock) without creating a delay if use in a bigger sketch.
This is the code i am using print time in the serial monitor.