Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

invertDirection not implemented #3

Closed
Nilsk1lz opened this issue Dec 16, 2021 · 2 comments
Closed

invertDirection not implemented #3

Nilsk1lz opened this issue Dec 16, 2021 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@Nilsk1lz
Copy link

invertDirection does not appear to be implemented. Is there an easy way to invert the motor direction?

@theelims theelims self-assigned this Dec 16, 2021
@theelims theelims added the bug Something isn't working label Dec 16, 2021
@theelims
Copy link
Owner

Hi,

you're right, this feature went missing with the last code refactoring. And somehow it escaped testing. It will return with the next release cycle.

Depending on your hardware you've several options. If you use the iHSV57 servo there is a dip switch (S6) which changes the direction. Most other drivers have a similar functionality. On a stepper it is as simple as switching to wires of one coil (A+ --> A-, A- --> A+).

I hope this helped.

Cheers,
elims

@theelims
Copy link
Owner

theelims commented Jan 1, 2022

The issue is fixed in the current main branche.

@theelims theelims closed this as completed Jan 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants