fehlfarbe / arduino-motorfocus

Arduino motorfocus with moonlite protocol for telescopes
MIT License
48 stars 13 forks source link

Use of timer interrupt for the stepper.run call #5

Closed thx8411 closed 3 years ago

thx8411 commented 3 years ago

With the stepper.run() call in the arduino loop(), the motor stalls on heavy serial activity. Using a timer driven interrupt avoids that.