You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is currently the default for the pulseIn function, which is one second. It probably doesn't need to be this long, and would mean that the host software wouldn't need to wait as long for a possible response.
The text was updated successfully, but these errors were encountered:
When performing ultrasound operations, the arduino may wait up to
1 second before sending a response. We need to ensure the timeout
on a serial read is long enough to accomodate this.
Separately, I've opened sourcebots/arduino-fw#28
to track possibly reducing the timeout in the firmware.
It is currently the default for the
pulseIn
function, which is one second. It probably doesn't need to be this long, and would mean that the host software wouldn't need to wait as long for a possible response.The text was updated successfully, but these errors were encountered: