Ultrasonic Distance Sensor
Because there has been several requests for different ultrasonic distance sensors, I decided to make an all inclusive library for the ones that use similar communication protocols. These sensors require a trigger pulse and then the use of the Arduino pulseIn() function to measure the length of the output pulse. This requires custom LIFA firmware which is provided with the library.
Supported sensors:
DYP-ME007
HC-SR04
Parallax PING)))
SRF04
SRF05
US-100
I'm not able to test all of these sensors so please post to let me know if you are able to get them working. If they don't work, please also let me know so I can get them fixed.
Note: This document was formerly specifcally for the Parallax PING))).