MD10-Shield, Setup questions.

Hello,

I need to run a motor that will draw close to 10A continuously, so I am thinking of using the 10A Motor Driver Shield from Cytron (10Amp 7V-30V DC Motor Driver Shield for Arduino).

In there example code they control the acceleration, speed and direction of the motor. I was wondering if the best way to have the motor in a rest position (not turning) would be to set the speed equal to '0' or if there is a brake function like with the Arduino driver?

Also any tips are gladly welcome, as I am fairly new to this.

Thank you.

Try driving both DIR and PWM low. I don't think there is a brake pin.(I just read the datasheet :grin:)

"Try driving both DIR and PWM low. I don't think there is a brake pin.(I just read the datasheet :grin:)"

I don't have the driver yet, but thank you. I'm more wondering if anyone has used this driver and has any pointers as such.