News

Contribute to scirelli/arduino_hw_comms development by creating an account on GitHub.
#include <ST_HW_HC_SR04.h> ST_HW_HC_SR04 ultrasonicSensor(13, 12); // ST_HW_HC_SR04(TRIG, ECHO) // Get the time the ultrasonic pulses took from the sensor to the blocking object int hitTime = ...