from components import UltrasonicSensor, LED
from time import sleep
#If your kit doesn't automtically detect the port being used, you can specify
ultrasonic = UltrasonicSensor("D1")