Pretty sure the following line in the ReadDistance example ` if (distanceSensor.begin() == true)` should read `if (distanceSensor.begin() == false)` since begin() returns 0 on success.