Update sensortest.py
This commit is contained in:
parent
8c32da3fb9
commit
4ee2be8954
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue