Open MattBlanco opened 3 years ago
I had a question about running multiple drivers. Currently, I'm using software SPI with 4 different drivers, but each driver has different pins. For example, stepper 1 uses A0-A3, stepper 2 A4-A7, etc. Is there a better way to do this?
Only the Chip Select (CS) pin needs to unique.
Do they have to be analog pins or can I use digital pins?
Would this still allow you to run multiple drivers with stallguard simultaneously?
I had a question about running multiple drivers. Currently, I'm using software SPI with 4 different drivers, but each driver has different pins. For example, stepper 1 uses A0-A3, stepper 2 A4-A7, etc. Is there a better way to do this?