HCSR04 Ultrasonic Sensor Lib Versions Save

Arduino lib for HCSR04 ultrasonic sensor

2.0.2

5 years ago

v2.0.2 add Interrupts management to function for more reliable measures by pulseIn(); thank to NdK73 pull

2.0.1

5 years ago

v2.0.1 add number of snesor in constructor for fix the foreach set pinmode INPUT HCSR04 hc(2,new int[6]{5,6,7,8,9,10},6);

2.0.0

6 years ago

v2 multiple sensor for one class instances HCSR04 hc(2,new int[6]{5,6,7,8,9,10}); hc.dist(i);

1.0.0

6 years ago

HCSR04 hc(2,3); hc.dist(i);