-
Notifications
You must be signed in to change notification settings - Fork 1
Ultraschallsensor
JakobGreten edited this page Oct 5, 2020
·
2 revisions
Der Ultraschallsensor misst Entfernungen zwischen 3 und 250cm. Der Messwert wird in Millimeter übergeben.
#Ultraschallsensor auf Port 1
ultrasonicSensor = UltrasonicSensor(Port.S1)
#Gemessene Distanz lesen (in Millimeter)
d=ultrasonicSensor.distance()