Hello,
I would like to drive two stepper motors Nema 23 (#1478) with an Arduino Mega 2560 board and two Dual MC33926 shields (one needed per motor, if i’m right). I know that a mapping of pins matching between the Arduino board and the Dual MC33926 shield is setting by default in the DualMC33926MotorShield library in Arduino. But if i want to use two shields with the same Arduino, so for instance i can’t use the same A0 pin the board for the two shields. So i need to remap one of the shields to make it matching other pins on Arduino than the ones set by default.
My questions are:
- Do you think it’s possible to connect two shields on the same Arduino board if i “remap” one of them?
- Is it possible to remap and if so, how can i proceed?
Thank you,
Pauline