from machine import Pin 
from hcsr04 import HCSR04
dist = HCSR04(12,14)
while True:
    print(dist.distance_cm())