Looking for a replacement for delay() in an Arduino Nano?

I need a replacement for Delay that does not interfere with the execution of subroutines. I'm not interested in the blinking of an LED, but rather in the exact timing with which void loop() is repeated. does anyone here have a clever idea void loop() { DateTime now = rtc.now(); // Delay-Ausgleich für den Countdown…