arduino! help!

Status
Not open for further replies.

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
 
kiosk!! Help

us to help you... can we see what you're doing
 
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
 
Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…