motor test

This commit is contained in:
Bernd Reuther 2021-03-04 12:24:07 +01:00
parent e902132e44
commit 842399b23d

View File

@ -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)