Why not display the 0 ~ 10 meter depth in cm (meter / 100), = mm times 10?
//Serial print results
Serial.print("depth:");
Serial.print(depth * 10);
Serial.println("cm");
Why not display the 0 ~ 10 meter depth in cm (meter / 100), = mm times 10?
//Serial print results
Serial.print("depth:");
Serial.print(depth * 10);
Serial.println("cm");