From 749e3a9d409a9e9e482137094e4402fb5532421a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ebbe=20Ba=C3=9F?= Date: Tue, 12 Jul 2022 09:07:16 +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 | 1 + 1 file changed, 1 insertion(+) diff --git a/test.py b/test.py index 83ecc13..c259d21 100644 --- a/test.py +++ b/test.py @@ -2,6 +2,7 @@ global GPIO import RPi.GPIO as GPIO import time +GPIO.setwarnings(False) GPIO.setmode(GPIO.BOARD) GPIO_TRIGGER = 18