Skip to content

Commit

Permalink
Ensure consistent 4 cycles per phase
Browse files Browse the repository at this point in the history
  • Loading branch information
lawrie committed Feb 19, 2021
1 parent 2044563 commit 73ceb38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pio_stepper.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def stepper():
mov(osr, isr)
set(x, 6)
label("inner")
out(pins, 4) [1]
out(pins, 4) [2]
jmp(x_dec, "inner")
out(pins, 4)
jmp(y_dec, "outer")
Expand Down

0 comments on commit 73ceb38

Please sign in to comment.