From 842399b23d3c4ed3528b155980dada7f02a1ea27 Mon Sep 17 00:00:00 2001 From: Bernd Reuther Date: Thu, 4 Mar 2021 12:24:07 +0100 Subject: [PATCH] motor test --- src/schrittmotor.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/schrittmotor.py b/src/schrittmotor.py index 968ec1a..84ecabd 100644 --- a/src/schrittmotor.py +++ b/src/schrittmotor.py @@ -1,6 +1,8 @@ from src.einstellungen import * import RPi.GPIO as GPIO import time +import threading +import math GPIO.setmode(GPIO.BCM) GPIO.setwarnings(False)