Skip to main content
Post Migrated Here from electronics.stackexchange.com (revisions)
Source Link

How do I use two PulseIn() functions simultaneously in Arduino?

I want to connect multiple Ultrasonic sensors to my Arduino board. For that, I need multiple pulseIn() functions to work at the same time. How can I do that?