i know this topic is old but i have a question about this code,,
as it is i have a lot of things i am going to hook up to the arduino at the same time and i need to avoid any delays.
right now i have a clock and an lcd hooked up through I2c units, meaning both on pin A4, and A5.
I will add two DHT11 sensors and some other temperature sensors, moisture sensors some relays to controll 230V feed, IR controll to change temperature and moisture settings and a servo.
hence i need all my code to be seamless without Delays.
i see there are delayMicroseconds in this loop will it disrupt the other actions ?
And how should i write the code to be non disruptive?