28 Serial.print(distance); Serial.println(
" cm");
#define SIDE_ULTRASONIC_ECHO
float getDistanceCM()
get the distance of an object from the sensor in centimeters
Rangefinder objects wrap a FreeRTOS thread with pin change interrupts to read trigger/echo style ultr...
void attach(int trigger, int echo)
Attach 2 pins to be used as triger and echo.
#define SIDE_ULTRASONIC_TRIG