delay is negligible. I just put a delay between 3 sensors. like this
firstsensor();
delay(200);
secondsensor();
delay(200);
thirdsensor();
delay(200);
thank you all for your help
delay is negligible. I just put a delay between 3 sensors. like this
firstsensor();
delay(200);
secondsensor();
delay(200);
thirdsensor();
delay(200);
thank you all for your help