From 3bfeb331f7d2adc55c4e950778cbfc38f279132d Mon Sep 17 00:00:00 2001 From: Bernd Reuther Date: Thu, 4 Mar 2021 13:21:42 +0100 Subject: [PATCH] motor test --- src/schrittmotor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/schrittmotor.py b/src/schrittmotor.py index 86df193..7b80430 100644 --- a/src/schrittmotor.py +++ b/src/schrittmotor.py @@ -7,7 +7,7 @@ import math GPIO.setmode(GPIO.BCM) #GPIO.setwarnings(False) -class motor: +class motor(GPIO): pos = 0 freq = freq