if you take a look at the original code I posted up I want to be able to display an array of quotes "1 second" "2 seconds" "3 seconds" in second intervals using an array with for (int 1 = 0; i < sec; i++) but without using a delay instead using millis
I have already achieved this with a speaker playing at the same time
the idea is part of an overall larger project for a breathalyzer where readings from pressure sensor will taking in the mean time and if pressure drop or raises too high due to breath rate then the programme will break out of the array and ask for the test to be restarted
I have this done with the delay, only thing is once I add the actual sensor the reading start becoming "screwy" the reason Im suspecting for this is that the delays used are causing them to become scramble so im trying to set up the sketch without delays so that it might run smoother