Skip to content

Conversation

@JosephBrendler
Copy link
Owner

3-phase motor such as common HDD or FDD motor
Note: tie common wire LOW, or invert control signals and tie common to +V

interrupt() method allows external user code to interrupt long-running otherwise-blocking while() loop in
void Stepper::step(int steps_to_move)

yield() in same while loop avoids WDT-timeout crashes on some controllers, such as Heltec's wifi kit 32

3-phase motor such as common HDD or FDD motor
  Note: tie common wire LOW, or invert control signals and tie common to +V

interrupt() method allows external user code to interrupt long-running otherwise-blocking while() loop in void Stepper::step(int steps_to_move)

yield() in same while loop avoids WDT-timeout crashes on some controllers, such as Heltec's wifi kit 32
@JosephBrendler JosephBrendler merged commit 1c8624f into master Dec 14, 2022
@JosephBrendler JosephBrendler deleted the JosephBrendler-patch-1 branch December 14, 2022 18:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants