Hello,
Is there any incompatibility between the Arduino Due and Adafruit Motorshield? If so, is there any way to make them work?
My motorshields (two, stacked) seem to be unresponsive to any commands directed towards the steppers whenever I use the Arduino Due. Those same commands work perfectly fine when I reconnect the shields to the Arduino Mega 2560 where we initially wrote the code for.
We are using the same <Wire.h> and <Adafruit_Motorshield.h> libraries that we used for the MEGA, but it seems that no command sent to the steppers. The code sends serial commands that codes for motor, direction, and number of steps.
We have the Motorshields stacked on the Due in the same position as they corresponded on the MEGA.
Is there anything that has changed on these pins, or is there any other incompatibility that prevent the motorshields from properly responding to codes when using the Due?
Thanks,
Matthew