Hi there,
I try to use the Strong Gripper on a additional Me Motor Driver V2.0.
The Driver is connected to Port_1, so I use the following code to initialize:
MeDCMotor motor1(PORT_1);
After that something like
motor1.run(100); or motor1.stop(); should work, but it doesn’t.
when i use the Gripper on M1 it works.
On Port_1 or Port_2 it doesn’t work.
So I took a look at the driver and I saw this:
Is it wanted, that the pins at this 4 marked areas where shortened?
The driver on the pictures showed on the makeblock-website doesn’t look like this.
So, do I have a problem with my code, or is there a problem with the driver?
Greetings, Daniel