'''
AIM: to connect ultrasonic sensor to raspberry pico and make
library file to create and call measure function
'''
import US_Sensor
while True:
dist=US_Sensor.measure_cm(0,1)
print(dist)'''
AIM: to connect ultrasonic sensor to raspberry pico and make
library file to create and call measure function
'''
import US_Sensor
while True:
dist=US_Sensor.measure_cm(0,1)
print(dist)