We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93a9163 commit d88ed7dCopy full SHA for d88ed7d
adafruit_motor/stepper.py
@@ -86,7 +86,6 @@ def __init__(self, ain1, ain2, bin1, bin2, *, microsteps=16):
86
self._microsteps = microsteps
87
self._curve = [int(round(0xffff * math.sin(math.pi / (2 * microsteps) * i)))
88
for i in range(microsteps + 1)]
89
- self._update_coils()
90
91
def _update_coils(self, *, microstepping=False):
92
duty_cycles = [0, 0, 0, 0]
0 commit comments