From cef86c8499d0c76188fd5beded87c4258b9f4457 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ebbe=20Ba=C3=9F?= Date: Tue, 12 Jul 2022 09:05:38 +0200 Subject: [PATCH] test MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ebbe Baß --- test.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test.py b/test.py index d7caf69..fec272b 100644 --- a/test.py +++ b/test.py @@ -4,8 +4,8 @@ import time GPIO.setmode(GPIO.BCM) -GPIO_TRIGGER = 18 -GPIO_ECHO = 24 +GPIO_TRIGGER = 24 +GPIO_ECHO = 18 GPIO.setup(GPIO_TRIGGER, GPIO.OUT) GPIO.setup(GPIO_ECHO, GPIO.IN)