From 090f2ed5d53e493be105dc9deaba1e3ca84a442a Mon Sep 17 00:00:00 2001 From: Bernd Reuther Date: Fri, 5 Mar 2021 15:17:12 +0100 Subject: [PATCH] fehlerkorrektur --- src/schrittmotor.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/schrittmotor.py b/src/schrittmotor.py index ab52bc2..1a5e646 100644 --- a/src/schrittmotor.py +++ b/src/schrittmotor.py @@ -5,6 +5,8 @@ import pigpio import threading import math +pi = pigpio.pi() + #GPIO.setmode(GPIO.BCM) #GPIO.setwarnings(False)