Please help me with thit

Hello,

I am stuck now with this.
This is a temperature sensor with a lcd display.
the sensor and the display are working correctly, the relais flips if the temperature is above 23 degrees.
Now i want that the relais flips after 10 seconds when the temperature is above 23.
if i put the delay in it. the sensor will work only good wen the temperatuur is below the 23 degrees.
if the degrees wil become above 23 then the program whil shows the temperature all 10 seconds.
but it must also shows the temperature very quick.

i hope someone can halp me with this

temperatuursensor.ino (1.22 KB)

i hope someone can halp me with this

Sure. You have a choice. You can be lazy and use delay() and live with an unresponsive system. OR you can delete that code, read, understand, AND embrace the blink without delay example's philosophy, and rewrite the code, forgetting that you ever heard of delay().

You also have another choice, which is to NOT CROSS-POST

@PaulS - have you got the blinkwithout response on a short cut keY? XD

Mark

@holmes4, That's a great idea. I can think of several other pieces as well.

...R