You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mapping direction pins to pins higher than 7 doesn't work.
The following changes will fix this:
planner.h, line 63
uint8_t direction_bits; --> PORTPINDEF direction_bits;
stepper.c, line 106
uint8_t direction_bits; --> PORTPINDEF direction_bits;
best regards
thkais
The text was updated successfully, but these errors were encountered:
It won't go beyond 7 I'm assuming that includes 0?
I have to ask does the step pins use direct memory access on this chip? It would make timing a no-brainer
Mapping direction pins to pins higher than 7 doesn't work.
The following changes will fix this:
planner.h, line 63
uint8_t direction_bits; --> PORTPINDEF direction_bits;
stepper.c, line 106
uint8_t direction_bits; --> PORTPINDEF direction_bits;
best regards
thkais
The text was updated successfully, but these errors were encountered: