arduino! help!

kiosk

New Member
how can i put a delay before the microcontroller sends *data to the output(the input is a sensor)? *the data is interpreted by the microcontroller from the sensor
 
In case some one searches to here
In the programming loop put " delay(1000) ; " before the send instruction
1000 is 1000 ms or 1 second
 
Last edited:
Kind of hard to say Like Ian said it would help to see some code your using

But delays are easy just put this after the part you want to wait on.

delay(1000); // wait for a second
 
or use delayMicroseconds(*number*); for a teeny delay.
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…