Hello, I am starting my first steps on Arduino. The principle off my project is like a crane. I have done some research on internet about it and i have tried some examples but can't stop the the motor.
I left here the code that should stop the motor:
void MotorStop() {
digitalWrite(8,LOW);
digitalWrite(10,LOW);
digitalWrite(9,LOW);
digitalWrite(11,LOW);
}
thanks for any help.
kind regards,
flavio