diff --git a/sensortest.py b/sensortest.py index b8726c4..266ea94 100644 --- a/sensortest.py +++ b/sensortest.py @@ -5,7 +5,7 @@ import adafruit_hcsr04 # Set the sensor pins front = adafruit_hcsr04.HCSR04(trigger_pin=board.D12, echo_pin=board.D13) right = adafruit_hcsr04.HCSR04(trigger_pin=board.D10, echo_pin=board.D11) -left = adafruit_hcsr04.HCSR04(trigger_pin=board.D8, echo_pin=board.D9) +left = adafruit_hcsr04.HCSR04(trigger_pin=board.D6, echo_pin=board.D9) while True: try: