From 9bb87570330b64ade8dc3c76fc08f8f666edd36f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ebbe=20Ba=C3=9F?= Date: Tue, 12 Jul 2022 09:29:54 +0200 Subject: [PATCH] next fix for gpio MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ebbe Baß --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 67bde07..c3b70ca 100644 --- a/main.py +++ b/main.py @@ -19,8 +19,8 @@ except ImportError: sys.path.append('./SDL_Adafruit_ADS1x15') import SDL_Adafruit_ADS1x15 -GPIO.setwarnings(False) GPIO.setmode(GPIO.BOARD) +GPIO.setwarnings(False) def debug_print(message: str): now = datetime.now()